summaryrefslogtreecommitdiffstats
path: root/sbin/camcontrol
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2012-01-29 09:12:34 +0000
committernyan <nyan@FreeBSD.org>2012-01-29 09:12:34 +0000
commit8fe493569e7d31ae75408670367bef9303deeeff (patch)
tree9edecf3d1fd91f7248a1381f9b1a48da425996e2 /sbin/camcontrol
parent4fff32c8f827e9cddf31f3f183c15287100b8092 (diff)
downloadFreeBSD-src-8fe493569e7d31ae75408670367bef9303deeeff.zip
FreeBSD-src-8fe493569e7d31ae75408670367bef9303deeeff.tar.gz
Fix build when RELEASE_CRUNCH is defined.
Diffstat (limited to 'sbin/camcontrol')
-rw-r--r--sbin/camcontrol/Makefile4
1 files changed, 2 insertions, 2 deletions
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
OpenPOWER on IntegriCloud