mirror of
https://git.freebsd.org/ports.git
synced 2025-06-14 01:00:33 -04:00
16 lines
383 B
Text
16 lines
383 B
Text
--- makefile.bsd.orig Wed Apr 5 00:47:31 2000
|
|
+++ makefile.bsd Fri Jun 30 17:54:59 2000
|
|
@@ -1,10 +1,10 @@
|
|
# Legacy makefile for building on FreeBSD
|
|
# No support for the Husky build environment.
|
|
|
|
-CC= gcc
|
|
-CFLAGS= -Wall
|
|
+CC?= gcc
|
|
+CFLAGS+=-Wall
|
|
CDEFS= -DUNIX
|
|
-COPT= -O3
|
|
+#COPT= -O3
|
|
# add the following for FreeBSD/i386
|
|
# -fomit-frame-pointer -fstrength-reduce -m486
|
|
LIB= ar
|