Index: head/sbin/camcontrol/Makefile =================================================================== --- head/sbin/camcontrol/Makefile (revision 89519) +++ head/sbin/camcontrol/Makefile (revision 89520) @@ -1,20 +1,20 @@ # $FreeBSD$ 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 DPADD= ${LIBCAM} ${LIBSBUF} LDADD+= -lcam -lsbuf .include