diff options
author | ru <ru@FreeBSD.org> | 2001-04-03 13:34:35 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-04-03 13:34:35 +0000 |
commit | d0425664427e91a29a3970416ca2337438747373 (patch) | |
tree | 0dbb87031916526cf10478b7c04b3b54cf0c3b46 /bin/ls | |
parent | 0dda54756fffbe95280d92349198faaf13b4baa7 (diff) | |
download | FreeBSD-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/ls')
-rw-r--r-- | bin/ls/Makefile | 2 |
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} |