Author: nyan
Date: Sun Jan 29 09:12:34 2012
New Revision: 230727
URL: http://svn.freebsd.org/changeset/base/230727

Log:
  Fix build when RELEASE_CRUNCH is defined.

Modified:
  head/sbin/camcontrol/Makefile

Modified: head/sbin/camcontrol/Makefile
==============================================================================
--- head/sbin/camcontrol/Makefile       Sun Jan 29 08:33:34 2012        
(r230726)
+++ head/sbin/camcontrol/Makefile       Sun Jan 29 09:12:34 2012        
(r230727)
@@ -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
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to