mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
f1982ba8b7
Respect CFLAGS. Quiet the build a bit.
27 lines
520 B
Plaintext
27 lines
520 B
Plaintext
--- Makefile.old Sun Aug 23 21:51:14 1998
|
|
+++ Makefile Sun Aug 23 21:53:23 1998
|
|
@@ -9,17 +9,17 @@
|
|
|
|
# for Linux
|
|
#
|
|
-CFLAGS = -O -DLinux
|
|
-INCLUDES = cqc.h
|
|
-OBJS = cqc.o
|
|
+#CFLAGS = -O -DLinux
|
|
+#INCLUDES = cqc.h
|
|
+#OBJS = cqc.o
|
|
#
|
|
# end Linux options
|
|
|
|
## for FreeBSD
|
|
##
|
|
-#CFLAGS = -g -O -Ignu-getopt -DFreeBSD
|
|
-#INCLUDES = cqc.h gnu-getopt/getopt.h
|
|
-#OBJS = cqc.o gnu-getopt/getopt.o gnu-getopt/getopt1.o
|
|
+CFLAGS+= -I. -DFreeBSD
|
|
+INCLUDES = cqc.h getopt.h
|
|
+OBJS = cqc.o getopt.o getopt1.o
|
|
##
|
|
## end FreeBSD options
|
|
|