aboutsummaryrefslogtreecommitdiff
path: root/sbin/Makefile
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2002-07-17 01:46:48 +0000
committerDima Dorfman <dd@FreeBSD.org>2002-07-17 01:46:48 +0000
commita1dc2096387101165d53fe98677d3e4e1d0557ad (patch)
tree403633d67f5bcbe849c414892c2fea74d94f0b09 /sbin/Makefile
parenta96f7d1a1b4761572fa35e54c781a61bec25a808 (diff)
downloadsrc-a1dc2096387101165d53fe98677d3e4e1d0557ad.tar.gz
src-a1dc2096387101165d53fe98677d3e4e1d0557ad.zip
Introduce the DEVFS "rule" subsystem. DEVFS rules permit the
administrator to define certain properties of new devfs nodes before they become visible to the userland. Both static (e.g., /dev/speaker) and dynamic (e.g., /dev/bpf*, some removable devices) nodes are supported. Each DEVFS mount may have a different ruleset assigned to it, permitting different policies to be implemented for things like jails. Approved by: phk
Notes
Notes: svn path=/head/; revision=100206
Diffstat (limited to 'sbin/Makefile')
-rw-r--r--sbin/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/Makefile b/sbin/Makefile
index b9c8473680a1..1dd8fdcbbf07 100644
--- a/sbin/Makefile
+++ b/sbin/Makefile
@@ -12,6 +12,7 @@ SUBDIR= adjkerntz \
clri \
comcontrol \
conscontrol \
+ devfs \
dhclient \
disklabel \
dmesg \