Fix build when RELEASE_CRUNCH is defined.
This commit is contained in:
parent
d830cea6b7
commit
506bccaff6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user