Index: head/usr.sbin/bluetooth/hcsecd/Makefile =================================================================== --- head/usr.sbin/bluetooth/hcsecd/Makefile (revision 338319) +++ head/usr.sbin/bluetooth/hcsecd/Makefile (revision 338320) @@ -1,14 +1,15 @@ # $Id: Makefile,v 1.8 2003/08/14 20:06:20 max Exp $ # $FreeBSD$ CONFS= hcsecd.conf +CONFSDIR= /etc/bluetooth CONFSMODE_hcsecd.conf= 600 PROG= hcsecd MAN= hcsecd.8 hcsecd.conf.5 SRCS= hcsecd.c lexer.l parser.y WARNS?= 2 CFLAGS+= -I${.CURDIR} LIBADD= bluetooth .include