Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Jan 2002 11:30:59 +0200
From:      Ruslan Ermilov <ru@FreeBSD.org>
To:        "Kenneth D. Merry" <ken@kdm.org>
Cc:        Joerg Wunsch <j@uriah.heep.sax.de>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sbin/camcontrol Makefile camcontrol.c
Message-ID:  <20020118113059.E1997@sunbay.com>
In-Reply-To: <20020117140357.A27220@panzer.kdm.org>
References:  <200201172026.g0HKQES73581@freefall.freebsd.org> <20020117213458.A38235@freebie.xs4all.nl> <20020117214621.A19869@uriah.heep.sax.de> <20020117140357.A27220@panzer.kdm.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--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 <bsd.prog.mk>

--nFreZHaLTZJo0R7j--

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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