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:
parent
02b9a2066e
commit
e6ef35a90b
@ -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
10
etc/bluetooth/Makefile
Normal 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>
|
@ -20,6 +20,8 @@
|
||||
etc
|
||||
X11
|
||||
..
|
||||
bluetooth
|
||||
..
|
||||
defaults
|
||||
..
|
||||
gnats
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user