diff options
author | imp <imp@FreeBSD.org> | 2002-10-20 22:16:52 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2002-10-20 22:16:52 +0000 |
commit | e8b44023e46b9186910ff7da8bf17c14e3704d4e (patch) | |
tree | ac2fded0aa5676517211f3dc8ca8b531e238b8b1 /sbin | |
parent | 825b39f9a024ed8da91ab364d7c541bac7e7e331 (diff) | |
download | FreeBSD-src-e8b44023e46b9186910ff7da8bf17c14e3704d4e.zip FreeBSD-src-e8b44023e46b9186910ff7da8bf17c14e3704d4e.tar.gz |
Add devd to the build.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index 1600de6..f95420d 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -12,6 +12,7 @@ SUBDIR= adjkerntz \ clri \ comcontrol \ conscontrol \ + devd \ devfs \ dhclient \ disklabel \ |