minix3/usr.bin/toproto/Makefile

11 lines
168 B
Makefile
Raw Normal View History

2020-02-21 00:59:27 +05:30
#
# Makefile for the toproto tool.
#
PROG=toproto
MAN=
CPPFLAGS+= -I${NETBSDSRCDIR}/sbin/mknod
.PATH: ${NETBSDSRCDIR}/sbin/mknod
.include <bsd.prog.mk>