aboutsummaryrefslogtreecommitdiff
path: root/sbin/camcontrol/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/camcontrol/Makefile')
-rw-r--r--sbin/camcontrol/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/camcontrol/Makefile b/sbin/camcontrol/Makefile
index f1101d3d9ea2..dc9320ac3170 100644
--- a/sbin/camcontrol/Makefile
+++ b/sbin/camcontrol/Makefile
@@ -4,7 +4,7 @@ PACKAGE=runtime
PROG= camcontrol
SRCS= camcontrol.c util.c
.if !defined(RELEASE_CRUNCH)
-SRCS+= attrib.c fwdownload.c modeedit.c persist.c progress.c
+SRCS+= attrib.c epc.c fwdownload.c modeedit.c persist.c progress.c zone.c
.else
CFLAGS+= -DMINIMALISTIC
.endif