]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - usr.sbin/bluetooth/hcsecd/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / usr.sbin / bluetooth / hcsecd / Makefile
1 # $Id: Makefile,v 1.8 2003/08/14 20:06:20 max Exp $
2 # $FreeBSD$
3
4 PROG=           hcsecd
5 MAN=            hcsecd.8 hcsecd.conf.5
6 SRCS=           hcsecd.c lexer.l parser.y
7 WARNS?=         2
8 CFLAGS+=        -I${.CURDIR}
9
10 DPADD=          ${LIBBLUETOOTH}
11 LDADD=          -lbluetooth
12
13 .include <bsd.prog.mk>