Fix build when RELEASE_CRUNCH is defined.

This commit is contained in:
Yoshihiro Takahashi 2012-01-29 09:12:34 +00:00
parent d830cea6b7
commit 506bccaff6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=230727

View File

@ -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