xref: /netbsd-src/usr.sbin/puffs/rump_nfs/Makefile (revision a24efa7dea9f1f56c3bdb15a927d3516792ace1c)
1#	$NetBSD: Makefile,v 1.6 2010/07/20 14:42:03 pooka Exp $
2#
3
4.include <bsd.own.mk>
5
6MOUNTNAME=	nfs
7
8SRCS+=		getnfsargs.c
9LDADD+= 	-lrumpfs_nfs -lrumpnet -lrumpnet_sockin
10
11ISRUMP=		# gives me nightmares
12#CPPFLAGS+=	-DINET6 # for getnfsargs?
13
14.include <bsd.prog.mk>
15