summaryrefslogtreecommitdiff
path: root/usr.sbin/puffs/mount_psshfs/Makefile
blob: b02c4f5d2a5534ffea997acbd01fa998b5fd38a7 (plain)
1
2
3
4
5
6
7
8
9
#	$NetBSD: Makefile,v 1.4 2009/04/22 15:23:07 lukem Exp $

PROG=	mount_psshfs
SRCS=	psshfs.c fs.c node.c psbuf.c subr.c
LDADD+= -lpuffs -lutil

MAN=	mount_psshfs.8

.include <bsd.prog.mk>