minix3/usr.bin/toproto/Makefile

11 lines
168 B
Makefile

#
# Makefile for the toproto tool.
#
PROG=toproto
MAN=
CPPFLAGS+= -I${NETBSDSRCDIR}/sbin/mknod
.PATH: ${NETBSDSRCDIR}/sbin/mknod
.include <bsd.prog.mk>