summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bluetooth/hcsecd/Makefile
blob: 886010bb117d93fec765d3412c71abd84e4c9668 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $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}/../../../sys/netgraph/bluetooth/include
SRCS=		hcsecd.c lexer.l parser.y

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud