From 506bccaff6b128bcf7ffc0eb78ba74edd9dd81ac Mon Sep 17 00:00:00 2001 From: Yoshihiro Takahashi Date: Sun, 29 Jan 2012 09:12:34 +0000 Subject: [PATCH] Fix build when RELEASE_CRUNCH is defined. --- sbin/camcontrol/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sbin/camcontrol/Makefile b/sbin/camcontrol/Makefile index 19622b1f70df..0cbde1226e33 100644 --- a/sbin/camcontrol/Makefile +++ b/sbin/camcontrol/Makefile @@ -1,9 +1,9 @@ # $FreeBSD$ PROG= camcontrol -SRCS= camcontrol.c fwdownload.c util.c +SRCS= camcontrol.c util.c .if !defined(RELEASE_CRUNCH) -SRCS+= modeedit.c +SRCS+= fwdownload.c modeedit.c .else CFLAGS+= -DMINIMALISTIC .endif