Module Name:    src
Committed By:   pooka
Date:           Mon Dec 13 17:35:31 UTC 2010

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 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.29 src/distrib/utils/x_ifconfig/Makefile:1.30
--- src/distrib/utils/x_ifconfig/Makefile:1.29	Sat Nov 28 22:13:34 2009
+++ src/distrib/utils/x_ifconfig/Makefile	Mon Dec 13 17:35:31 2010
@@ -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>

Reply via email to