cvs commit: src/usr.bin Makefile src/usr.sbin Makefile

Poul-Henning Kamp phk at phk.freebsd.dk
Tue Jun 24 12:09:59 PDT 2003


My patch solved the compile problem.

In message <Pine.BSF.4.21.0306241157340.93424-100000 at 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 at 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.


More information about the cvs-src mailing list