Module Name:    src
Committed By:   rin
Date:           Wed Feb  8 23:26:24 UTC 2017

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

Log Message:
Cosmetic changes. No functional changes.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 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.37 src/distrib/utils/x_ifconfig/Makefile:1.38
--- src/distrib/utils/x_ifconfig/Makefile:1.37	Wed Feb  8 23:24:57 2017
+++ src/distrib/utils/x_ifconfig/Makefile	Wed Feb  8 23:26:24 2017
@@ -1,23 +1,22 @@
-# $NetBSD: Makefile,v 1.37 2017/02/08 23:24:57 rin Exp $
+# $NetBSD: Makefile,v 1.38 2017/02/08 23:26:24 rin Exp $
 # Build a smaller ifconfig (i.e. for boot media)
 
-NOMAN=	# defined
+NOMAN=		# defined
 
 .include <bsd.own.mk>
 
+PROG=		ifconfig
 SRCDIR=		${.CURDIR}/../../../sbin/ifconfig
 
-
 CPPFLAGS+=	-DCRUNCHOPS
+
 .if defined(SMALLPROG_INET6) && (${USE_INET6} != "no")
 CPPFLAGS+=	-DINET6
-SRCS+= af_inet6.c
+SRCS+=		af_inet6.c
 .endif
 
-PROG=	ifconfig
-
 .PATH:		${SRCDIR}
 
-.include "${.CURDIR}/../../../sbin/ifconfig/Makefile.common"
+.include "${SRCDIR}/Makefile.common"
 
 .include <bsd.prog.mk>

Reply via email to