svn commit: r230727 - head/sbin/camcontrol

Takahashi Yoshihiro nyan at FreeBSD.org
Sun Jan 29 09:12:34 UTC 2012


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


More information about the svn-src-head mailing list