dhclient - Term consistency about the config script.
[dragonfly.git] / sbin / mount_tmpfs / Makefile
1 PROG=   mount_tmpfs
2 SRCS=   mount_tmpfs.c fscopy.c
3 MAN=    mount_tmpfs.8
4 LDADD+= -lutil
5 DPADD+= ${LIBUTIL}
6
7 NEWFS=  ${.CURDIR}/../newfs
8 CFLAGS+=-I${.CURDIR}/../../sys -I${NEWFS}
9 .PATH:  ${NEWFS}
10
11 .include <bsd.prog.mk>