From 8fe493569e7d31ae75408670367bef9303deeeff Mon Sep 17 00:00:00 2001 From: nyan Date: Sun, 29 Jan 2012 09:12:34 +0000 Subject: Fix build when RELEASE_CRUNCH is defined. --- sbin/camcontrol/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sbin/camcontrol') diff --git a/sbin/camcontrol/Makefile b/sbin/camcontrol/Makefile index 19622b1..0cbde12 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 -- cgit v1.1