mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
12 lines
340 B
Plaintext
12 lines
340 B
Plaintext
|
--- 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)
|
||
|
|