From 075828a91adbd75eab98cf88bbeca7fa2af374f3 Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Fri, 18 Jan 2002 22:17:35 +0000 Subject: [PATCH] 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). ;-) --- sbin/camcontrol/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sbin/camcontrol/Makefile b/sbin/camcontrol/Makefile index 60aa44e2baf2..252b7d66e7be 100644 --- a/sbin/camcontrol/Makefile +++ b/sbin/camcontrol/Makefile @@ -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