Home | History | Annotate | Line # | Download | only in rump_syspuffs
Makefile revision 1.3.2.2
      1  1.3.2.2  wrstuden #	$NetBSD: Makefile,v 1.3.2.2 2008/09/18 04:30:13 wrstuden Exp $
      2  1.3.2.2  wrstuden #
      3  1.3.2.2  wrstuden 
      4  1.3.2.2  wrstuden PROG=		rump_syspuffs
      5  1.3.2.2  wrstuden 
      6  1.3.2.2  wrstuden LDADD+=		-lrumpfs_syspuffs
      7  1.3.2.2  wrstuden DPADD+=		${LIBRUMPFS_SYSPUFFS}
      8  1.3.2.2  wrstuden 
      9  1.3.2.2  wrstuden ISRUMP=		# indubitably
     10  1.3.2.2  wrstuden CPPFLAGS+=	-I${.CURDIR}/../../../sys/rump/fs/lib/libsyspuffs
     11  1.3.2.2  wrstuden MAN=		rump_syspuffs.8
     12  1.3.2.2  wrstuden 
     13  1.3.2.2  wrstuden .include <bsd.prog.mk>
     14