summaryrefslogtreecommitdiffstats
path: root/usr.bin/split/Makefile
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-09-05 20:10:59 +0000
committerdd <dd@FreeBSD.org>2001-09-05 20:10:59 +0000
commit91ffaa180c9fedbda554ad6af11ab9fa3c25995e (patch)
treedaeeec3a70e25abbb362be816bcbe28a07febf84 /usr.bin/split/Makefile
parent860ee32ac40bb6e9ceb0f6e2000eccd8e9ed3755 (diff)
downloadFreeBSD-src-91ffaa180c9fedbda554ad6af11ab9fa3c25995e.zip
FreeBSD-src-91ffaa180c9fedbda554ad6af11ab9fa3c25995e.tar.gz
Use CFLAGS, not COPTS, in the Makefile. bsd.prog.mk conveniently adds
COPTS towards the end of final CFLAGS so that it can be used to override Makefile and other defaults. Using it in Makefiles risks having options set using it clobbered when somebody uses it on the command line. Approved by: bde
Diffstat (limited to 'usr.bin/split/Makefile')
-rw-r--r--usr.bin/split/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/split/Makefile b/usr.bin/split/Makefile
index ffac658..3b55092 100644
--- a/usr.bin/split/Makefile
+++ b/usr.bin/split/Makefile
@@ -1,6 +1,7 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
+# $FreeBSD$
PROG= split
-COPTS+= -Wall
+CFLAGS+=-Wall
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud