Date: Tue, 24 Jun 2003 21:09:52 +0200 From: "Poul-Henning Kamp" <phk@phk.freebsd.dk> To: Julian Elischer <julian@elischer.org> Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin Makefile src/usr.sbin Makefile Message-ID: <3645.1056481792@critter.freebsd.dk> In-Reply-To: Your message of "Tue, 24 Jun 2003 11:58:19 PDT." <Pine.BSF.4.21.0306241157340.93424-100000@InterJet.elischer.org>
next in thread | previous in thread | raw e-mail | index | archive | help
My patch solved the compile problem.
In message <Pine.BSF.4.21.0306241157340.93424-100000@InterJet.elischer.org>, Ju
lian Elischer writes:
>
>I'm sure you are trying to point out something but I don't see hwat it
>is...
>
>On Tue, 24 Jun 2003, Poul-Henning Kamp wrote:
>
>>
>> Index: hcsecd/Makefile
>> ===================================================================
>> RCS file: /home/ncvs/src/usr.sbin/bluetooth/hcsecd/Makefile,v
>> retrieving revision 1.1
>> diff -u -r1.1 Makefile
>> --- hcsecd/Makefile 10 May 2003 21:50:35 -0000 1.1
>> +++ hcsecd/Makefile 24 Jun 2003 16:56:33 -0000
>> @@ -6,7 +6,7 @@
>> PROG= hcsecd
>> MAN8= hcsecd.8
>> WARNS?= 1
>> -CFLAGS+= -g -I${.CURDIR}/../../../sys/netgraph/bluetooth/include
>> +CFLAGS+= -g -I${.CURDIR} -I${.CURDIR}/../../../sys/netgraph/bluetooth/include
>> SRCS= hcsecd.c lexer.l parser.y
>>
>> .include <bsd.prog.mk>
--
Poul-Henning Kamp | UNIX since Zilog Zeus 3.20
phk@FreeBSD.ORG | TCP/IP since RFC 956
FreeBSD committer | BSD since 4.3-tahoe
Never attribute to malice what can adequately be explained by incompetence.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3645.1056481792>
