Home | History | Annotate | Line # | Download | only in mount_psshfs
      1 #	$NetBSD: Makefile,v 1.4 2009/04/22 15:23:07 lukem Exp $
      2 
      3 PROG=	mount_psshfs
      4 SRCS=	psshfs.c fs.c node.c psbuf.c subr.c
      5 LDADD+= -lpuffs -lutil
      6 
      7 MAN=	mount_psshfs.8
      8 
      9 .include <bsd.prog.mk>
     10