forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
270 B
Text
11 lines
270 B
Text
--- makefile.orig Tue Mar 9 02:19:18 1993
|
|
+++ makefile Tue Jul 11 21:44:29 2000
|
|
@@ -23,7 +23,7 @@
|
|
# C2 = -DC2
|
|
|
|
#
|
|
-CFLAGS = -O $(C2)
|
|
+CFLAGS+ = $(C2)
|
|
# sequents need "-lseq" as well... uncomment this if you're running on one:
|
|
# SEQFLAGS = -lseq
|
|
|