diff options
| author | Maksim Yevmenkin <emax@FreeBSD.org> | 2003-10-26 19:09:12 +0000 |
|---|---|---|
| committer | Maksim Yevmenkin <emax@FreeBSD.org> | 2003-10-26 19:09:12 +0000 |
| commit | e6ef35a90b58985cd620d0afaa7396cdb8c458be (patch) | |
| tree | 5abe5e4e72653dee5ef816d8ededf2bad73457f2 | |
| parent | 02b9a2066e21abc80cba2cf3295af96879e3e6e0 (diff) | |
Notes
| -rw-r--r-- | etc/Makefile | 1 | ||||
| -rw-r--r-- | etc/bluetooth/Makefile | 10 | ||||
| -rw-r--r-- | etc/mtree/BSD.root.dist | 2 | ||||
| -rw-r--r-- | share/examples/Makefile | 1 |
4 files changed, 14 insertions, 0 deletions
diff --git a/etc/Makefile b/etc/Makefile index 6ec12b43f3fd..fdf85b47a5da 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -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 diff --git a/etc/bluetooth/Makefile b/etc/bluetooth/Makefile new file mode 100644 index 000000000000..540dcd5701d9 --- /dev/null +++ b/etc/bluetooth/Makefile @@ -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> diff --git a/etc/mtree/BSD.root.dist b/etc/mtree/BSD.root.dist index 6558ca67f612..a18a71503c39 100644 --- a/etc/mtree/BSD.root.dist +++ b/etc/mtree/BSD.root.dist @@ -20,6 +20,8 @@ etc X11 .. + bluetooth + .. defaults .. gnats diff --git a/share/examples/Makefile b/share/examples/Makefile index bd88104f16e1..24ade54009fe 100644 --- a/share/examples/Makefile +++ b/share/examples/Makefile @@ -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 \ |
