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 Define PROG here since Makefile.inc...



details:   https://anonhg.NetBSD.org/src/rev/81f697df824b
branches:  trunk
changeset: 759601:81f697df824b
user:      pooka <pooka%NetBSD.org@localhost>
date:      Mon Dec 13 17:35:31 2010 +0000

description:
Define PROG here since Makefile.inc no longer defines it.

diffstat:

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

diffs (17 lines):

diff -r 7ae3f1d2dbae -r 81f697df824b distrib/utils/x_ifconfig/Makefile
--- a/distrib/utils/x_ifconfig/Makefile Mon Dec 13 17:35:08 2010 +0000
+++ b/distrib/utils/x_ifconfig/Makefile Mon Dec 13 17:35:31 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2009/11/28 22:13:34 he Exp $
+# $NetBSD: Makefile,v 1.30 2010/12/13 17:35:31 pooka Exp $
 # Build a smaller ifconfig (i.e. for boot media)
 
 .include <bsd.own.mk>
@@ -13,6 +13,7 @@
 SRCS+= af_inet6.c
 .endif
 
+PROG=  ifconfig
 .include "${.CURDIR}/../../../sbin/ifconfig/Makefile.inc"
 
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index