diff options
Diffstat (limited to 'etc/Makefile')
-rw-r--r-- | etc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/Makefile b/etc/Makefile index 4fe7649..b7c8220 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -162,6 +162,7 @@ distribution: ${_+_}cd ${.CURDIR}/bluetooth; ${MAKE} install .endif ${_+_}cd ${.CURDIR}/defaults; ${MAKE} install + ${_+_}cd ${.CURDIR}/devd; ${MAKE} install ${_+_}cd ${.CURDIR}/gss; ${MAKE} install ${_+_}cd ${.CURDIR}/periodic; ${MAKE} install ${_+_}cd ${.CURDIR}/rc.d; ${MAKE} install |