1 1.3 pooka # $NetBSD: Makefile,v 1.3 2007/07/18 22:38:59 pooka Exp $ 2 1.1 pooka 3 1.1 pooka PROG= mount_psshfs 4 1.1 pooka SRCS= psshfs.c fs.c node.c psbuf.c subr.c 5 1.1 pooka LDADD+= -lpuffs -lutil 6 1.1 pooka WARNS=2 7 1.1 pooka 8 1.2 pooka MAN= mount_psshfs.8 9 1.1 pooka 10 1.1 pooka .include <bsd.prog.mk> 11