Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/puffs/rump_nfs Remove unused LDADD lines. They nee...
details: https://anonhg.NetBSD.org/src/rev/8c8605273296
branches: trunk
changeset: 756510:8c8605273296
user: pooka <pooka%NetBSD.org@localhost>
date: Tue Jul 20 14:42:03 2010 +0000
description:
Remove unused LDADD lines. They need work to work, and if anyone
ever does that work, they surely can come up with the LDADD line as
well.
diffstat:
usr.sbin/puffs/rump_nfs/Makefile | 14 +-------------
1 files changed, 1 insertions(+), 13 deletions(-)
diffs (29 lines):
diff -r a86af9d33095 -r 8c8605273296 usr.sbin/puffs/rump_nfs/Makefile
--- a/usr.sbin/puffs/rump_nfs/Makefile Tue Jul 20 12:14:16 2010 +0000
+++ b/usr.sbin/puffs/rump_nfs/Makefile Tue Jul 20 14:42:03 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2009/09/14 17:24:20 skrll Exp $
+# $NetBSD: Makefile,v 1.6 2010/07/20 14:42:03 pooka Exp $
#
.include <bsd.own.mk>
@@ -6,19 +6,7 @@
MOUNTNAME= nfs
SRCS+= getnfsargs.c
-
-# One or the other of the following. Compile-time selection for now.
-# The first one uses host sockets to provide a networking stack, the
-# second one runs the real NetBSD kernel networking stack in userspace
-# and uses /dev/tap to access the network.
-#
-.ifdef RUMPKMOD
-LDADD+= -lrumpnet -lrumpnet_sockin
-.else
LDADD+= -lrumpfs_nfs -lrumpnet -lrumpnet_sockin
-.endif
-#LDADD+= -lrumpfs_nfs -lrumpnet -lrumpnet_net -lrumpnet_netinet \
- -lrumpnet_virtif
ISRUMP= # gives me nightmares
#CPPFLAGS+= -DINET6 # for getnfsargs?
Home |
Main Index |
Thread Index |
Old Index