Well, RELEASE_BUILD_FIXIT has now been renamed into RELEASE_CRUNCH.

At least, the old version is still good for the MFC though (where
everything is still going the old way). ;-)
This commit is contained in:
Joerg Wunsch 2002-01-18 22:17:35 +00:00
parent 3db327c495
commit 075828a91a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=89520

View File

@ -3,14 +3,14 @@ MAINTAINER=ken@FreeBSD.ORG
PROG= camcontrol
SRCS= camcontrol.c util.c
.if !defined(RELEASE_BUILD_FIXIT)
.if !defined(RELEASE_CRUNCH)
SRCS+= modeedit.c
.endif
MAN= camcontrol.8
SDIR= ${.CURDIR}/../../sys
CFLAGS+= -I${SDIR}
.if defined(RELEASE_BUILD_FIXIT)
.if defined(RELEASE_CRUNCH)
CFLAGS+= -DMINIMALISTIC
.endif
WARNS= 0