1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-02 12:20:51 +00:00

Account for the fact that "buildworld" builds in the 'obj' tree

Pointed out by: Andrew Gallatin <gallatin@cs.duke.edu>
This commit is contained in:
Julian Elischer 2003-06-24 18:45:22 +00:00
parent 2cc5b9fb22
commit f41b6466cc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=116788

View File

@ -6,7 +6,7 @@ MANDIR= ../share/man/man
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>