Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Jan 2012 09:12:34 +0000 (UTC)
From:      Takahashi Yoshihiro <nyan@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r230727 - head/sbin/camcontrol
Message-ID:  <201201290912.q0T9CYVE009368@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201290912.q0T9CYVE009368>