diff options
| author | Andrew Thompson <thompsa@FreeBSD.org> | 2008-12-17 19:12:30 +0000 |
|---|---|---|
| committer | Andrew Thompson <thompsa@FreeBSD.org> | 2008-12-17 19:12:30 +0000 |
| commit | 487f6bb8953a3e08b071cd483d0819b5cb9c2127 (patch) | |
| tree | 2d4217beaa0b27e7f84b106ede422dd53aaba047 /etc/Makefile | |
| parent | 514c68e92c788be2fd887bc83de9514367787159 (diff) | |
Notes
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 4fe764958b30..b7c82201a513 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 |
