xref: /netbsd-src/usr.sbin/puffs/mount_psshfs/Makefile (revision d877c4c3c02304002c0642d7f34a58d07138d6a9)
1#	$NetBSD: Makefile,v 1.4 2009/04/22 15:23:07 lukem Exp $
2
3PROG=	mount_psshfs
4SRCS=	psshfs.c fs.c node.c psbuf.c subr.c
5LDADD+= -lpuffs -lutil
6
7MAN=	mount_psshfs.8
8
9.include <bsd.prog.mk>
10