1# $NetBSD: Makefile,v 1.2 2007/01/07 19:56:26 pooka Exp $ 2 3PROG= mount_psshfs 4SRCS= psshfs.c fs.c node.c psbuf.c subr.c 5LDADD+= -lpuffs -lutil 6DBG=-g -O0 7WARNS=2 8 9MAN= mount_psshfs.8 10 11.include <bsd.prog.mk> 12