freebsd-ports/net/isc-dhcp2/files/patch-ai
Justin M. Seger 9d3376a517 Unmark FORBIDDEN
Upgrade to 2.0pl3

Remove client support.  dhclient is in the base system.  Anyone
needing it from ports can use 3.0
2000-08-01 23:53:18 +00:00

11 lines
374 B
Text

--- client/Makefile.dist.orig Thu Jul 20 01:06:39 2000
+++ client/Makefile.dist Tue Aug 1 16:40:00 2000
@@ -42,7 +42,7 @@
DEBUG = -g
INCLUDES = -I.. -I../includes
DHCPLIB = ../common/libdhcp.a
-CFLAGS = $(DEBUG) $(PREDEFINES) $(INCLUDES) $(COPTS) \
+CFLAGS+ = $(DEBUG) $(PREDEFINES) $(INCLUDES) $(COPTS) \
-DCLIENT_PATH=${CLIENT_PATH}
all: $(PROG) $(CATMANPAGES)