Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/dhcp backup previous - including ../Makefile.inc do...



details:   https://anonhg.NetBSD.org/src/rev/4e37538510dd
branches:  trunk
changeset: 495565:4e37538510dd
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Mon Jul 31 17:25:47 2000 +0000

description:
backup previous - including ../Makefile.inc does have some
side effects (as pointed by enami), and I changed my build
environment to not need such hack

diffstat:

 usr.sbin/dhcp/client/Makefile |  4 ----
 usr.sbin/dhcp/server/Makefile |  4 ----
 2 files changed, 0 insertions(+), 8 deletions(-)

diffs (28 lines):

diff -r 3075f99826bc -r 4e37538510dd usr.sbin/dhcp/client/Makefile
--- a/usr.sbin/dhcp/client/Makefile     Mon Jul 31 17:04:05 2000 +0000
+++ b/usr.sbin/dhcp/client/Makefile     Mon Jul 31 17:25:47 2000 +0000
@@ -30,10 +30,6 @@
 # OF THE POSSIBILITY OF SUCH DAMAGE.
 #
 
-.if exists(${.CURDIR}/../Makefile.inc)
-.include "${.CURDIR}/../Makefile.inc"
-.endif
-
 .include <bsd.own.mk>
 
 SUBDIR=        scripts
diff -r 3075f99826bc -r 4e37538510dd usr.sbin/dhcp/server/Makefile
--- a/usr.sbin/dhcp/server/Makefile     Mon Jul 31 17:04:05 2000 +0000
+++ b/usr.sbin/dhcp/server/Makefile     Mon Jul 31 17:25:47 2000 +0000
@@ -30,10 +30,6 @@
 # OF THE POSSIBILITY OF SUCH DAMAGE.
 #
 
-.if exists(${.CURDIR}/../Makefile.inc)
-.include "${.CURDIR}/../Makefile.inc"
-.endif
-
 .include <bsd.own.mk>
 
 SRCS   = dhcpd.c dhcp.c bootp.c confpars.c db.c class.c failover.c \



Home | Main Index | Thread Index | Old Index