diff options
author | phk <phk@FreeBSD.org> | 2000-12-28 20:59:35 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2000-12-28 20:59:35 +0000 |
commit | 07d350d34908632c3e216977ccfa84377266e54a (patch) | |
tree | 112725d9fa35e5129798328e5569560e7c04da86 /sbin | |
parent | 2c89edf9bb21af60feeb885c0922262c37815707 (diff) | |
download | FreeBSD-src-07d350d34908632c3e216977ccfa84377266e54a.zip FreeBSD-src-07d350d34908632c3e216977ccfa84377266e54a.tar.gz |
Add mdconfig into 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 102f8b3..a57371d 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -36,6 +36,7 @@ SUBDIR= adjkerntz \ kldunload \ ldconfig \ md5 \ + mdconfig \ mknod \ mount \ mount_cd9660 \ |