aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorYoshihiro Takahashi <nyan@FreeBSD.org>2012-01-29 09:12:34 +0000
committerYoshihiro Takahashi <nyan@FreeBSD.org>2012-01-29 09:12:34 +0000
commit506bccaff6b128bcf7ffc0eb78ba74edd9dd81ac (patch)
tree9edecf3d1fd91f7248a1381f9b1a48da425996e2 /sbin
parentd830cea6b7993971a3d610afd485bb9e6499985a (diff)
downloadsrc-506bccaff6b128bcf7ffc0eb78ba74edd9dd81ac.tar.gz
src-506bccaff6b128bcf7ffc0eb78ba74edd9dd81ac.zip
Fix build when RELEASE_CRUNCH is defined.
Notes
Notes: svn path=/head/; revision=230727
Diffstat (limited to 'sbin')
-rw-r--r--sbin/camcontrol/Makefile4
1 files 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