Don't hard-code -O2, inherit CC from <sys.mk>

This commit is contained in:
Kris Kennaway 2001-04-29 23:54:55 +00:00
parent e9dd3f8b36
commit ead5eb10f0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42050

View File

@ -1,9 +1,9 @@
--- Makefile.old Wed Mar 18 04:28:44 1998
+++ Makefile Sun Feb 28 16:04:16 1999
@@ -1,16 +1,18 @@
@@ -1,16 +1,17 @@
-CFLAGS = -O2 -s -Wall
+CFLAGS += -O2 -s -Wall
CC = gcc
+CFLAGS += -s -Wall
-CC = gcc
RM = rm -f
-INSTALL = install -s -m 755
-INSTALL_DIR = ..