mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
93885b3cc3
CFLAGS += 's.
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)
|
|
|