summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1998-12-05 21:52:21 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1998-12-05 21:52:21 +0000
commit3b10d2acb543bbfdd3c2e2323c74a3b0a6b6a40d (patch)
tree11c7a1d64b0c02f4084cc53b267c5427c4980ccb /net-mgmt
parentUpdate of ports/sysutils/ucspi-tcp's version: 0.80 -> 0.84 (diff)
Hey! how did that -lkvm get in there? :)
Notes
Notes: svn path=/head/; revision=15140
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/wide-dhcp/files/patch-aa13
1 files changed, 9 insertions, 4 deletions
diff --git a/net-mgmt/wide-dhcp/files/patch-aa b/net-mgmt/wide-dhcp/files/patch-aa
index b651a598884b..526703101e74 100644
--- a/net-mgmt/wide-dhcp/files/patch-aa
+++ b/net-mgmt/wide-dhcp/files/patch-aa
@@ -1,8 +1,13 @@
--- client/Makefile.FreeBSD.orig Wed Sep 9 17:08:15 1998
-+++ client/Makefile.FreeBSD Sat Dec 5 02:52:18 1998
-@@ -5,12 +5,13 @@
- CFLAGS += -O -I. -I../server -DRETRY_FOREVER #-DMOBILE_IP -DDEBUG
- LDFLAGS = -lkvm
++++ client/Makefile.FreeBSD Sat Dec 5 13:47:04 1998
+@@ -2,15 +2,16 @@
+ OBJ = dhcpc_subr.o flushroute.o getmac.o common_subr.o dhcpc.o
+
+ CC = cc
+-CFLAGS += -O -I. -I../server -DRETRY_FOREVER #-DMOBILE_IP -DDEBUG
+-LDFLAGS = -lkvm
++CFLAGS += -O2 -I. -I../server -DRETRY_FOREVER #-DMOBILE_IP -DDEBUG
++#LDFLAGS = -lkvm
-SBIN = /usr/local/sbin
-LIBEXEC = /usr/local/libexec