julian 94d0485e2e Account for the fact that "buildworld" builds in the 'obj' tree
Pointed out by: Andrew Gallatin <gallatin@cs.duke.edu>
2003-06-24 18:45:22 +00:00

13 lines
287 B
Makefile

# $Id: Makefile,v 1.2 2003/03/15 03:07:42 max Exp $
# $FreeBSD$
DESTDIR= /usr/sbin/
MANDIR= ../share/man/man
PROG= hcsecd
MAN8= hcsecd.8
WARNS?= 1
CFLAGS+= -g -I${.CURDIR} -I${.CURDIR}/../../../sys/netgraph/bluetooth/include
SRCS= hcsecd.c lexer.l parser.y
.include <bsd.prog.mk>