]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/bluetooth/hcsecd/Makefile
fusefs: merge from projects/fuse2
[FreeBSD/FreeBSD.git] / usr.sbin / bluetooth / hcsecd / Makefile
1 # $Id: Makefile,v 1.8 2003/08/14 20:06:20 max Exp $
2 # $FreeBSD$
3
4 PACKAGE=        bluetooth
5 CONFS=          hcsecd.conf
6 CONFSDIR=       /etc/bluetooth
7 CONFSMODE_hcsecd.conf=  600
8 PROG=           hcsecd
9 MAN=            hcsecd.8 hcsecd.conf.5
10 SRCS=           hcsecd.c lexer.l parser.y
11 WARNS?=         2
12 CFLAGS+=        -I${.CURDIR}
13
14 LIBADD=         bluetooth
15
16 .include <bsd.prog.mk>