mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
b9d97678ce
PR: ports/7732
27 lines
526 B
Plaintext
27 lines
526 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 = -g -O -I. -DFreeBSD
|
|
+INCLUDES = cqc.h getopt.h
|
|
+OBJS = cqc.o getopt.o getopt1.o
|
|
##
|
|
## end FreeBSD options
|
|
|