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 /usr.bin/vi | |
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 'usr.bin/vi')
-rw-r--r-- | usr.bin/vi/Makefile | 2 |
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 |