summaryrefslogtreecommitdiff
path: root/net/isc-dhcp2/files
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1997-12-04 00:47:24 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1997-12-04 00:47:24 +0000
commit93885b3cc380829dc721a592bf72c0260256bdcc (patch)
tree52735504c1089bb339314a88c37b37d837e68e46 /net/isc-dhcp2/files
parentUpgrage to 4.0h (diff)
Upgrade to December 2, 1997 snapshot and change all CFLAGS = 's to
CFLAGS += 's.
Notes
Notes: svn path=/head/; revision=8972
Diffstat (limited to 'net/isc-dhcp2/files')
-rw-r--r--net/isc-dhcp2/files/patch-ad11
-rw-r--r--net/isc-dhcp2/files/patch-ae11
-rw-r--r--net/isc-dhcp2/files/patch-af11
-rw-r--r--net/isc-dhcp2/files/patch-ai11
4 files changed, 44 insertions, 0 deletions
diff --git a/net/isc-dhcp2/files/patch-ad b/net/isc-dhcp2/files/patch-ad
new file mode 100644
index 000000000000..f00dfad3936f
--- /dev/null
+++ b/net/isc-dhcp2/files/patch-ad
@@ -0,0 +1,11 @@
+--- common/Makefile.dist.orig Tue Dec 2 06:40:05 1997
++++ common/Makefile.dist Tue Dec 2 06:40:13 1997
+@@ -42,7 +42,7 @@
+
+ DEBUG = -g
+ INCLUDES = -I.. -I../includes
+-CFLAGS = $(DEBUG) $(PREDEFINES) $(INCLUDES) $(COPTS)
++CFLAGS += $(DEBUG) $(PREDEFINES) $(INCLUDES) $(COPTS)
+
+ all: libdhcp.a $(CATMANPAGES)
+
diff --git a/net/isc-dhcp2/files/patch-ae b/net/isc-dhcp2/files/patch-ae
new file mode 100644
index 000000000000..e253ac86ff2a
--- /dev/null
+++ b/net/isc-dhcp2/files/patch-ae
@@ -0,0 +1,11 @@
+--- relay/Makefile.dist.orig Tue Dec 2 06:40:54 1997
++++ relay/Makefile.dist Tue Dec 2 06:41:05 1997
+@@ -39,7 +39,7 @@
+ DEBUG = -g
+ INCLUDES = -I.. -I../includes
+ DHCPLIB = ../common/libdhcp.a
+-CFLAGS = $(DEBUG) $(PREDEFINES) $(INCLUDES) $(COPTS)
++CFLAGS += $(DEBUG) $(PREDEFINES) $(INCLUDES) $(COPTS)
+
+ all: $(PROG) $(CATMANPAGES)
+
diff --git a/net/isc-dhcp2/files/patch-af b/net/isc-dhcp2/files/patch-af
new file mode 100644
index 000000000000..41230398c7b0
--- /dev/null
+++ b/net/isc-dhcp2/files/patch-af
@@ -0,0 +1,11 @@
+--- server/Makefile.dist.orig Tue Dec 2 06:41:29 1997
++++ server/Makefile.dist Tue Dec 2 06:41:37 1997
+@@ -39,7 +39,7 @@
+ DEBUG = -g
+ INCLUDES = -I.. -I../includes
+ DHCPLIB = ../common/libdhcp.a
+-CFLAGS = $(DEBUG) $(PREDEFINES) $(INCLUDES) $(COPTS)
++CFLAGS += $(DEBUG) $(PREDEFINES) $(INCLUDES) $(COPTS)
+
+ all: $(PROG) $(CATMANPAGES)
+
diff --git a/net/isc-dhcp2/files/patch-ai b/net/isc-dhcp2/files/patch-ai
new file mode 100644
index 000000000000..7927cbffb9ff
--- /dev/null
+++ b/net/isc-dhcp2/files/patch-ai
@@ -0,0 +1,11 @@
+--- client/Makefile.dist.orig Wed Dec 3 19:33:35 1997
++++ client/Makefile.dist Wed Dec 3 19:33:44 1997
+@@ -40,7 +40,7 @@
+ DEBUG = -g
+ INCLUDES = -I.. -I../includes
+ DHCPLIB = ../common/libdhcp.a
+-CFLAGS = $(DEBUG) $(PREDEFINES) $(INCLUDES) $(COPTS)
++CFLAGS += $(DEBUG) $(PREDEFINES) $(INCLUDES) $(COPTS)
+
+ all: $(PROG) $(CATMANPAGES)
+