Home | History | Annotate | Line # | Download | only in mount_psshfs
      1  1.4  lukem #	$NetBSD: Makefile,v 1.4 2009/04/22 15:23:07 lukem 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 
      7  1.2  pooka MAN=	mount_psshfs.8
      8  1.1  pooka 
      9  1.1  pooka .include <bsd.prog.mk>
     10