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 Use ${.CURDIR} when referring to a ...



details:   https://anonhg.NetBSD.org/src/rev/9a9168e85bd8
branches:  trunk
changeset: 749404:9a9168e85bd8
user:      he <he%NetBSD.org@localhost>
date:      Sat Nov 28 22:13:34 2009 +0000

description:
Use ${.CURDIR} when referring to a relative source directory.

diffstat:

 distrib/utils/x_ifconfig/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 59c48a019d07 -r 9a9168e85bd8 distrib/utils/x_ifconfig/Makefile
--- a/distrib/utils/x_ifconfig/Makefile Sat Nov 28 22:11:42 2009 +0000
+++ b/distrib/utils/x_ifconfig/Makefile Sat Nov 28 22:13:34 2009 +0000
@@ -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>
 



Home | Main Index | Thread Index | Old Index