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

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

Log Message:
Replace ".PATH ${SRCDIR}" before including Makefile.common to ensure the
correct order of search path.


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

Reply via email to