Module Name: src
Committed By: he
Date: Sat Nov 28 22:13:34 UTC 2009
Modified Files:
src/distrib/utils/x_ifconfig: Makefile
Log Message:
Use ${.CURDIR} when referring to a relative source directory.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 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.28 src/distrib/utils/x_ifconfig/Makefile:1.29
--- src/distrib/utils/x_ifconfig/Makefile:1.28 Fri Jul 25 15:11:48 2008
+++ src/distrib/utils/x_ifconfig/Makefile Sat Nov 28 22:13:34 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2008/07/25 15:11:48 skrll Exp $
+# $NetBSD: Makefile,v 1.29 2009/11/28 22:13:34 he Exp $
# Build a smaller ifconfig (i.e. for boot media)
.include <bsd.own.mk>
@@ -13,7 +13,7 @@
SRCS+= af_inet6.c
.endif
-.include "../../../sbin/ifconfig/Makefile.inc"
+.include "${.CURDIR}/../../../sbin/ifconfig/Makefile.inc"
.include <bsd.prog.mk>