Merge branch 'vendor/NCURSES'
[dragonfly.git] / usr.sbin / puffs / mount_psshfs / Makefile
1 PROG=   mount_psshfs
2 SRCS=   psshfs.c fs.c node.c psbuf.c subr.c getmntopts.c
3 LDADD+= -lpuffs -lutil
4 DPADD+= ${LIBPUFFS} ${LIBUTIL}
5
6 MAN=    mount_psshfs.8
7
8 .include <bsd.prog.mk>