Bring in the "Port PUFFS from NetBSD/FreeBSD" GSoC 2011 project results.
[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
5 MAN=    mount_psshfs.8
6
7 .include <bsd.prog.mk>