Bring in DIRFS: A filesystem for VKERNELS
[dragonfly.git] / sbin / mount_dirfs / Makefile
1 PROG=   mount_dirfs
2 SRCS=   mount_dirfs.c
3 MAN=    mount_dirfs.8
4
5 LDADD=  -lutil
6 DPADD=  ${LIBUTIL}
7
8 #CFLAGS+= -I${.CURDIR}/../../sys
9
10 .include <bsd.prog.mk>