1 # $NetBSD: Makefile,v 1.4 2009/08/21 14:41:22 skrll Exp $
10 # One or the other of the following. Compile-time selection for now.
11 # The first one uses host sockets to provide a networking stack, the
12 # second one runs the real NetBSD kernel networking stack in userspace
13 # and uses /dev/tap to access the network.
16 LDADD
+= -lrumpnet
-lrumpnet_sockin
18 LDADD
+= -lrumpfs_nfs
-lrumpnet
-lrumpnet_sockin
20 #LDADD+= -lrumpfs_nfs -lrumpnet -lrumpnet_net -lrumpnet_netinet \
23 ISRUMP
= # gives me nightmares
24 #CPPFLAGS+= -DINET6 # for getnfsargs?
26 .
include <bsd.prog.mk
>