mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
93885b3cc3
CFLAGS += 's.
12 lines
338 B
Plaintext
12 lines
338 B
Plaintext
--- relay/Makefile.dist.orig Tue Dec 2 06:40:54 1997
|
|
+++ relay/Makefile.dist Tue Dec 2 06:41:05 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)
|
|
|