From owner-cvs-all Fri Jan 18 1:31:43 2002 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 5F63F37B402; Fri, 18 Jan 2002 01:31:29 -0800 (PST) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g0I9Uxc08171; Fri, 18 Jan 2002 11:30:59 +0200 (EET) (envelope-from ru) Date: Fri, 18 Jan 2002 11:30:59 +0200 From: Ruslan Ermilov To: "Kenneth D. Merry" Cc: Joerg Wunsch , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/camcontrol Makefile camcontrol.c Message-ID: <20020118113059.E1997@sunbay.com> References: <200201172026.g0HKQES73581@freefall.freebsd.org> <20020117213458.A38235@freebie.xs4all.nl> <20020117214621.A19869@uriah.heep.sax.de> <20020117140357.A27220@panzer.kdm.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="nFreZHaLTZJo0R7j" Content-Disposition: inline In-Reply-To: <20020117140357.A27220@panzer.kdm.org> User-Agent: Mutt/1.3.23i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --nFreZHaLTZJo0R7j Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi! While we are at it, can you please commit this patch? It fixes style bugs in Makefile, and removes bogus -I. Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --nFreZHaLTZJo0R7j Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=p Index: Makefile =================================================================== RCS file: /home/ncvs/src/sbin/camcontrol/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- Makefile 2002/01/17 20:26:14 1.9 +++ Makefile 2002/01/18 09:32:36 @@ -1,20 +1,17 @@ # $FreeBSD: src/sbin/camcontrol/Makefile,v 1.9 2002/01/17 20:26:14 joerg Exp $ -MAINTAINER=ken@FreeBSD.ORG -PROG= camcontrol -SRCS= camcontrol.c util.c +MAINTAINER= ken@FreeBSD.org + +PROG= camcontrol +SRCS= camcontrol.c util.c .if !defined(RELEASE_BUILD_FIXIT) SRCS+= modeedit.c -.endif -MAN= camcontrol.8 -SDIR= ${.CURDIR}/../../sys - -CFLAGS+= -I${SDIR} -.if defined(RELEASE_BUILD_FIXIT) +.else CFLAGS+= -DMINIMALISTIC .endif WARNS= 0 -DPADD= ${LIBCAM} ${LIBSBUF} -LDADD+= -lcam -lsbuf +DPADD= ${LIBCAM} ${LIBSBUF} +LDADD= -lcam -lsbuf +MAN= camcontrol.8 .include --nFreZHaLTZJo0R7j-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message