mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-03 22:23:24 +00:00
93885b3cc3
CFLAGS += 's.
12 lines
313 B
Plaintext
12 lines
313 B
Plaintext
--- common/Makefile.dist.orig Tue Dec 2 06:40:05 1997
|
|
+++ common/Makefile.dist Tue Dec 2 06:40:13 1997
|
|
@@ -42,7 +42,7 @@
|
|
|
|
DEBUG = -g
|
|
INCLUDES = -I.. -I../includes
|
|
-CFLAGS = $(DEBUG) $(PREDEFINES) $(INCLUDES) $(COPTS)
|
|
+CFLAGS += $(DEBUG) $(PREDEFINES) $(INCLUDES) $(COPTS)
|
|
|
|
all: libdhcp.a $(CATMANPAGES)
|
|
|