Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Remove no longer used -DNFS.
details: https://anonhg.NetBSD.org/src/rev/ed6b1ae62470
branches: trunk
changeset: 752753:ed6b1ae62470
user: pooka <pooka%NetBSD.org@localhost>
date: Fri Mar 05 19:53:37 2010 +0000
description:
Remove no longer used -DNFS.
diffstat:
sbin/mount_nfs/Makefile | 4 +---
usr.bin/nfsstat/Makefile | 3 +--
2 files changed, 2 insertions(+), 5 deletions(-)
diffs (31 lines):
diff -r 404afa1fdc88 -r ed6b1ae62470 sbin/mount_nfs/Makefile
--- a/sbin/mount_nfs/Makefile Fri Mar 05 18:51:22 2010 +0000
+++ b/sbin/mount_nfs/Makefile Fri Mar 05 19:53:37 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2008/10/16 09:12:54 pooka Exp $
+# $NetBSD: Makefile,v 1.23 2010/03/05 19:53:37 pooka Exp $
# @(#)Makefile 8.2 (Berkeley) 3/27/94
.include <bsd.own.mk>
@@ -24,8 +24,6 @@
CPPFLAGS+= -DNO_PMAP_CACHE
.endif
-CPPFLAGS+= -DNFS
-
.if (${USE_INET6} != "no")
CPPFLAGS+= -DINET6
.endif
diff -r 404afa1fdc88 -r ed6b1ae62470 usr.bin/nfsstat/Makefile
--- a/usr.bin/nfsstat/Makefile Fri Mar 05 18:51:22 2010 +0000
+++ b/usr.bin/nfsstat/Makefile Fri Mar 05 19:53:37 2010 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2000/06/13 12:39:43 simonb Exp $
+# $NetBSD: Makefile,v 1.8 2010/03/05 19:53:37 pooka Exp $
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= nfsstat
-CPPFLAGS+=-DNFS
DPADD= ${LIBKVM}
LDADD= -lkvm
Home |
Main Index |
Thread Index |
Old Index