diff options
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 |