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
1997-12-04 00:47:24 +00:00

12 lines
340 B
Plaintext

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