summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>2003-06-24 18:45:22 +0000
committerjulian <julian@FreeBSD.org>2003-06-24 18:45:22 +0000
commit94d0485e2ea665be34ea6a4ed6c26c597a4e72ec (patch)
tree89d89cca914d057e24e293b264bd55b4976a0685 /usr.sbin
parent5a475da8315d6849725d0be607d8a6aca3aa97b2 (diff)
downloadFreeBSD-src-94d0485e2ea665be34ea6a4ed6c26c597a4e72ec.zip
FreeBSD-src-94d0485e2ea665be34ea6a4ed6c26c597a4e72ec.tar.gz
Account for the fact that "buildworld" builds in the 'obj' tree
Pointed out by: Andrew Gallatin <gallatin@cs.duke.edu>
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/bluetooth/hcsecd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bluetooth/hcsecd/Makefile b/usr.sbin/bluetooth/hcsecd/Makefile
index 886010b..b39ac22 100644
--- a/usr.sbin/bluetooth/hcsecd/Makefile
+++ b/usr.sbin/bluetooth/hcsecd/Makefile
@@ -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>
OpenPOWER on IntegriCloud