Put getmntopts() into libutil and install mntopts.h to /usr/include.
[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>