Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/utils/x_ifconfig Define NOMAN before including bsd.o...
details: https://anonhg.NetBSD.org/src/rev/0cda8c8a980a
branches: trunk
changeset: 351220:0cda8c8a980a
user: rin <rin%NetBSD.org@localhost>
date: Tue Feb 07 16:49:40 2017 +0000
description:
Define NOMAN before including bsd.own.mk to set MKMAN=no appropriately.
diffstat:
distrib/utils/x_ifconfig/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (16 lines):
diff -r d9a0fd83dc0e -r 0cda8c8a980a distrib/utils/x_ifconfig/Makefile
--- a/distrib/utils/x_ifconfig/Makefile Tue Feb 07 16:15:05 2017 +0000
+++ b/distrib/utils/x_ifconfig/Makefile Tue Feb 07 16:49:40 2017 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.33 2015/04/28 15:14:07 christos Exp $
+# $NetBSD: Makefile,v 1.34 2017/02/07 16:49:40 rin Exp $
# Build a smaller ifconfig (i.e. for boot media)
-.include <bsd.own.mk>
+NOMAN= # defined
-NOMAN= # defined
+.include <bsd.own.mk>
SRCDIR= ${.CURDIR}/../../../sbin/ifconfig
Home |
Main Index |
Thread Index |
Old Index