diff options
author | thompsa <thompsa@FreeBSD.org> | 2008-12-17 19:12:30 +0000 |
---|---|---|
committer | thompsa <thompsa@FreeBSD.org> | 2008-12-17 19:12:30 +0000 |
commit | 5beb5f2d952ce87b3eee93996d028cf87523c164 (patch) | |
tree | 2d4217beaa0b27e7f84b106ede422dd53aaba047 /etc/Makefile | |
parent | 6a06481400f465d20b6ba8737f46132e3549aefa (diff) | |
download | FreeBSD-src-5beb5f2d952ce87b3eee93996d028cf87523c164.zip FreeBSD-src-5beb5f2d952ce87b3eee93996d028cf87523c164.tar.gz |
Add /etc/devd/ and move hardware specific configuration there. This makes it
easier to maintain custom rules for non-system things like ACPI hotkeys.
/etc/devd.conf is already set up to check this directory, no change needed there.
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 |