diff options
author | dd <dd@FreeBSD.org> | 2001-06-18 23:47:18 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2001-06-18 23:47:18 +0000 |
commit | 18ce5cb97da4dc1de3d9d187da98667e6f2f810b (patch) | |
tree | 08e0cb7b8110ebd8e4dd0613c866c7f206789017 /sbin/Makefile | |
parent | 2a395fdfb3953a05ad2c981452ebd271fe8e242a (diff) | |
download | FreeBSD-src-18ce5cb97da4dc1de3d9d187da98667e6f2f810b.zip FreeBSD-src-18ce5cb97da4dc1de3d9d187da98667e6f2f810b.tar.gz |
Hook mdmfs into the build.
Diffstat (limited to 'sbin/Makefile')
-rw-r--r-- | sbin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index 65581e9..fe897f4 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -38,6 +38,7 @@ SUBDIR= adjkerntz \ ldconfig \ md5 \ mdconfig \ + mdmfs \ mknod \ mount \ mount_cd9660 \ |