kernel: Hide the sysctl.debug sysctl in the SYSCTL_DEBUG kernel option.
[dragonfly.git] / usr.sbin / puffs / mount_psshfs / Makefile
1 PROG=   mount_psshfs
2 SRCS=   psshfs.c fs.c node.c psbuf.c subr.c
3 MAN=    mount_psshfs.8
4
5 LDADD+= -lpuffs -lutil
6 DPADD+= ${LIBPUFFS} ${LIBUTIL}
7
8 .include <bsd.prog.mk>