1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

Respect CC and CFLAGS

This commit is contained in:
Kris Kennaway 2002-06-07 00:33:52 +00:00
parent 9c400a4b6d
commit 0e98c54c52
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60740

View File

@ -0,0 +1,11 @@
--- lib/unix/Makefile.bsd.orig Thu Jun 6 17:17:21 2002
+++ lib/unix/Makefile.bsd Thu Jun 6 17:32:09 2002
@@ -1,6 +1,6 @@
#YOU MUST CHOOSE YOUR COMPILER
-#CC=gcc
-#BFLAG=-Wall -O3
+CC?=cc
+BFLAG= ${CFLAGS}
all: message bugscrypt.a