Module Name:    src
Committed By:   rin
Date:           Tue Feb  7 16:49:40 UTC 2017

Modified Files:
        src/distrib/utils/x_ifconfig: Makefile

Log Message:
Define NOMAN before including bsd.own.mk to set MKMAN=no appropriately.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/distrib/utils/x_ifconfig/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/utils/x_ifconfig/Makefile
diff -u src/distrib/utils/x_ifconfig/Makefile:1.33 src/distrib/utils/x_ifconfig/Makefile:1.34
--- src/distrib/utils/x_ifconfig/Makefile:1.33	Tue Apr 28 15:14:07 2015
+++ src/distrib/utils/x_ifconfig/Makefile	Tue Feb  7 16:49:40 2017
@@ -1,10 +1,10 @@
-# $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
 
+.include <bsd.own.mk>
+
 SRCDIR=		${.CURDIR}/../../../sbin/ifconfig
 
 

Reply via email to