1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
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

12 lines
374 B
Plaintext

--- 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)