Module Name:    src
Committed By:   tsutsui
Date:           Wed Sep 16 14:59:45 UTC 2009

Modified Files:
        src/sbin/ifconfig: Makefile Makefile.inc

Log Message:
Add comments that Makefile.inc should have shared stuff with
src/distrib/utils/x_ifconfig for install media.


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/sbin/ifconfig/Makefile
cvs rdiff -u -r1.6 -r1.7 src/sbin/ifconfig/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sbin/ifconfig/Makefile
diff -u src/sbin/ifconfig/Makefile:1.44 src/sbin/ifconfig/Makefile:1.45
--- src/sbin/ifconfig/Makefile:1.44	Tue Sep 15 09:22:07 2009
+++ src/sbin/ifconfig/Makefile	Wed Sep 16 14:59:45 2009
@@ -1,8 +1,9 @@
-#	$NetBSD: Makefile,v 1.44 2009/09/15 09:22:07 he Exp $
+#	$NetBSD: Makefile,v 1.45 2009/09/16 14:59:45 tsutsui Exp $
 #	@(#)Makefile	8.1 (Berkeley) 6/5/93
 
 # when making a change to this file, please check if the change is
-# also needed for src/distrib/utils/x_ifconfig/Makefile.
+# also needed for src/distrib/utils/x_ifconfig.
+# such stuff should be into Makefile.inc.
 
 .include <bsd.own.mk>
 

Index: src/sbin/ifconfig/Makefile.inc
diff -u src/sbin/ifconfig/Makefile.inc:1.6 src/sbin/ifconfig/Makefile.inc:1.7
--- src/sbin/ifconfig/Makefile.inc:1.6	Tue Sep 15 09:22:07 2009
+++ src/sbin/ifconfig/Makefile.inc	Wed Sep 16 14:59:45 2009
@@ -1,4 +1,7 @@
-#	$NetBSD: Makefile.inc,v 1.6 2009/09/15 09:22:07 he Exp $
+#	$NetBSD: Makefile.inc,v 1.7 2009/09/16 14:59:45 tsutsui Exp $
+
+# shared stuff with src/distrib/utils/x_ifconfig for install media.
+# stuff not required by install media should be into Makefile.
 
 PROG=	ifconfig
 

Reply via email to