mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
591307035f
PR: 7037 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
16 lines
310 B
Plaintext
16 lines
310 B
Plaintext
--- Makefile Sun May 17 13:09:10 1998
|
|
+++ /home/andy/tmp/wrk/Makefile Tue May 19 10:42:14 1998
|
|
@@ -5,10 +5,10 @@
|
|
|
|
|
|
#Compiler, change if you're using some other compiler
|
|
-CC = gcc
|
|
+#CC = gcc
|
|
|
|
#Compiler and linker options
|
|
-C_OPTS = -Wall -O2
|
|
+C_OPTS = ${CFLAGS}
|
|
L_OPTS = -lncurses
|
|
|
|
#Install directory
|