Home | History | Annotate | Line # | Download | only in mount_psshfs
Makefile revision 1.2
      1  1.2  pooka #	$NetBSD: Makefile,v 1.2 2007/01/07 19:56:26 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 DBG=-g -O0
      7  1.1  pooka WARNS=2
      8  1.1  pooka 
      9  1.2  pooka MAN=	mount_psshfs.8
     10  1.1  pooka 
     11  1.1  pooka .include <bsd.prog.mk>
     12