forked from Lainports/freebsd-ports
Upgrade to 2.0pl3 Remove client support. dhclient is in the base system. Anyone needing it from ports can use 3.0
11 lines
374 B
Text
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)
|