summaryrefslogtreecommitdiff
path: root/minix/usr.bin/toproto/Makefile
blob: defad47d4af4cde30b6a4d810ae1cc000035e0ff (plain)
1
2
3
4
5
6
7
8
9
10
#
# Makefile for the toproto tool.
#
PROG=toproto
MAN=

CPPFLAGS+=      -I${NETBSDSRCDIR}/sbin/mknod
.PATH:          ${NETBSDSRCDIR}/sbin/mknod

.include <bsd.prog.mk>