1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/net/isc-dhcp2/files/patch-af

12 lines
340 B
Plaintext
Raw Normal View History

--- server/Makefile.dist.orig Tue Dec 2 06:41:29 1997
+++ server/Makefile.dist Tue Dec 2 06:41:37 1997
@@ -39,7 +39,7 @@
DEBUG = -g
INCLUDES = -I.. -I../includes
DHCPLIB = ../common/libdhcp.a
-CFLAGS = $(DEBUG) $(PREDEFINES) $(INCLUDES) $(COPTS)
+CFLAGS += $(DEBUG) $(PREDEFINES) $(INCLUDES) $(COPTS)
all: $(PROG) $(CATMANPAGES)