summaryrefslogtreecommitdiffstats
path: root/usr.bin/vi/Makefile
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 /usr.bin/vi/Makefile
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 'usr.bin/vi/Makefile')
-rw-r--r--usr.bin/vi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/vi/Makefile b/usr.bin/vi/Makefile
index b68fa30..c6939ec 100644
--- a/usr.bin/vi/Makefile
+++ b/usr.bin/vi/Makefile
@@ -7,7 +7,7 @@
SRCDIR= ${.CURDIR}/../../contrib/nvi
-.if defined(RELEASE_BUILD_FIXIT)
+.if defined(RELEASE_CRUNCH)
# When building `vi' for the fixit floppy, don't include any of the
# API stuff.
APISTUFF= ex_notcl.c ex_noperl.c
OpenPOWER on IntegriCloud