Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/ifconfig Add comments that Makefile.inc should have sha...
details: https://anonhg.NetBSD.org/src/rev/cdac4c8b5774
branches: trunk
changeset: 747465:cdac4c8b5774
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Wed Sep 16 14:59:45 2009 +0000
description:
Add comments that Makefile.inc should have shared stuff with
src/distrib/utils/x_ifconfig for install media.
diffstat:
sbin/ifconfig/Makefile | 5 +++--
sbin/ifconfig/Makefile.inc | 5 ++++-
2 files changed, 7 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r a32a75bcb7f7 -r cdac4c8b5774 sbin/ifconfig/Makefile
--- a/sbin/ifconfig/Makefile Wed Sep 16 13:30:41 2009 +0000
+++ b/sbin/ifconfig/Makefile Wed Sep 16 14:59:45 2009 +0000
@@ -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>
diff -r a32a75bcb7f7 -r cdac4c8b5774 sbin/ifconfig/Makefile.inc
--- a/sbin/ifconfig/Makefile.inc Wed Sep 16 13:30:41 2009 +0000
+++ b/sbin/ifconfig/Makefile.inc Wed Sep 16 14:59:45 2009 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index