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:
parent
2cc5b9fb22
commit
f41b6466cc
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=116788
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user