summaryrefslogtreecommitdiffstats
path: root/etc/Makefile
diff options
context:
space:
mode:
authoremax <emax@FreeBSD.org>2003-10-26 19:09:12 +0000
committeremax <emax@FreeBSD.org>2003-10-26 19:09:12 +0000
commit7ea33044350ae2ba15ca24f05724e6d0e8a287da (patch)
tree5abe5e4e72653dee5ef816d8ededf2bad73457f2 /etc/Makefile
parentecb479d77a3176ca6036907492337c471a157aac (diff)
downloadFreeBSD-src-7ea33044350ae2ba15ca24f05724e6d0e8a287da.zip
FreeBSD-src-7ea33044350ae2ba15ca24f05724e6d0e8a287da.tar.gz
Connect /etc/bluetooth and /usr/share/examples/netgraph/bluetooth to the build.
Reviewed by: imp, simon Approved by: imp (mentor)
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 6ec12b4..fdf85b4 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
OpenPOWER on IntegriCloud