diff options
author | peter <peter@FreeBSD.org> | 2000-01-14 16:37:03 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2000-01-14 16:37:03 +0000 |
commit | a01339bf7788d145ee969e09bbb6af67d5487e73 (patch) | |
tree | 4157bef84fa7797113b9f5fce6e520f52667967f /sbin/Makefile | |
parent | ac7bbd636a3255206872ae7eb53991a654dc6b80 (diff) | |
download | FreeBSD-src-a01339bf7788d145ee969e09bbb6af67d5487e73.zip FreeBSD-src-a01339bf7788d145ee969e09bbb6af67d5487e73.tar.gz |
Move sbin/i386/{mount_msdos,comcontrol} back to sbin, they are not
i386 specific.
Submitted by: bde
Diffstat (limited to 'sbin/Makefile')
-rw-r--r-- | sbin/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index bedcd44..5c4a891 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -9,6 +9,7 @@ SUBDIR= adjkerntz \ camcontrol \ ccdconfig \ clri \ + comcontrol \ dhclient \ disklabel \ dmesg \ @@ -34,6 +35,7 @@ SUBDIR= adjkerntz \ mount \ mount_cd9660 \ mount_ext2fs \ + mount_msdos \ mount_nfs \ mount_ntfs \ mount_null \ |