Connect /etc/bluetooth and /usr/share/examples/netgraph/bluetooth to the build.

Reviewed by: imp, simon
Approved by: imp (mentor)
This commit is contained in:
Maksim Yevmenkin 2003-10-26 19:09:12 +00:00
parent 02b9a2066e
commit e6ef35a90b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=121580
4 changed files with 14 additions and 0 deletions

View File

@ -69,6 +69,7 @@ distribution:
${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 600 \
master.passwd nsmb.conf opieaccess ${DESTDIR}/etc; \
pwd_mkdb -p -d ${DESTDIR}/etc ${DESTDIR}/etc/master.passwd
cd ${.CURDIR}/bluetooth; ${MAKE} install
cd ${.CURDIR}/defaults; ${MAKE} install
cd ${.CURDIR}/periodic; ${MAKE} install
cd ${.CURDIR}/rc.d; ${MAKE} install

10
etc/bluetooth/Makefile Normal file
View File

@ -0,0 +1,10 @@
# $Id: Makefile,v 1.2 2003/10/21 22:22:27 max Exp $
# $FreeBSD$
FILESDIR= /etc/bluetooth
FILES= hcsecd.conf hosts protocols
FILESMODE_hcsecd.conf= 600
FILESMODE_hosts= 644
.include <bsd.prog.mk>
.include <bsd.files.mk>

View File

@ -20,6 +20,8 @@
etc
X11
..
bluetooth
..
defaults
..
gnats

View File

@ -144,6 +144,7 @@ XFILES= BSD_daemon/FreeBSD.pfa \
meteor/test-n.c \
meteor/yuvpk.c \
meteor/yuvpl.c \
netgraph/bluetooth/rc.bluetooth \
netgraph/ether.bridge \
netgraph/frame_relay \
netgraph/ngctl \