diff options
author | joerg <joerg@FreeBSD.org> | 2002-01-18 22:17:35 +0000 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 2002-01-18 22:17:35 +0000 |
commit | c164ff4992228f32c032b8da4b932320d1fd9572 (patch) | |
tree | 21fb8b52f8ba99824b4cd449e4060906ab2636d3 /sbin/camcontrol | |
parent | 9301dd7f8180891aaee40f7f5f3dab29a4749701 (diff) | |
download | FreeBSD-src-c164ff4992228f32c032b8da4b932320d1fd9572.zip FreeBSD-src-c164ff4992228f32c032b8da4b932320d1fd9572.tar.gz |
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). ;-)
Diffstat (limited to 'sbin/camcontrol')
-rw-r--r-- | sbin/camcontrol/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/camcontrol/Makefile b/sbin/camcontrol/Makefile index 60aa44e..252b7d6 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 |