summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-04-03 13:34:35 +0000
committerru <ru@FreeBSD.org>2001-04-03 13:34:35 +0000
commitd0425664427e91a29a3970416ca2337438747373 (patch)
tree0dbb87031916526cf10478b7c04b3b54cf0c3b46 /bin
parent0dda54756fffbe95280d92349198faaf13b4baa7 (diff)
downloadFreeBSD-src-d0425664427e91a29a3970416ca2337438747373.zip
FreeBSD-src-d0425664427e91a29a3970416ca2337438747373.tar.gz
Drop support for -DRELEASE_BUILD_FIXIT and -DCRUNCHED_BINARY in
${CFLAGS}. The only supported method thus is -DRELEASE_CRUNCH.
Diffstat (limited to 'bin')
-rw-r--r--bin/ls/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ls/Makefile b/bin/ls/Makefile
index 96dffe1..a865e7f 100644
--- a/bin/ls/Makefile
+++ b/bin/ls/Makefile
@@ -5,7 +5,7 @@
PROG= ls
SRCS= cmp.c ls.c print.c util.c
-.if !defined(RELEASE_BUILD_FIXIT)
+.if !defined(RELEASE_CRUNCH)
CFLAGS+= -DCOLORLS
LDADD+= -ltermcap
DPADD+= ${LIBTERMCAP}
OpenPOWER on IntegriCloud