diff options
author | dg <dg@FreeBSD.org> | 1994-08-26 16:30:55 +0000 |
---|---|---|
committer | dg <dg@FreeBSD.org> | 1994-08-26 16:30:55 +0000 |
commit | 51f508b8008118bb8c307396428faff37b42cd8b (patch) | |
tree | b3a986f3551d04d5d9d2370f002be56053cdf24d /sbin/Makefile | |
parent | bac467cadca6fa95faa22a0ea1d6b93d9c00426c (diff) | |
download | FreeBSD-src-51f508b8008118bb8c307396428faff37b42cd8b.zip FreeBSD-src-51f508b8008118bb8c307396428faff37b42cd8b.tar.gz |
Added comcontrol ...this thing *really* should be renamed.
Diffstat (limited to 'sbin/Makefile')
-rw-r--r-- | sbin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index 5f817c6..9991d91 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -2,7 +2,7 @@ # XXX MISSING: fsdb icheck ncheck # XXX NEEDS CONVERSION: scsiformat -SUBDIR= adjkerntz badsect clri disklabel dmesg dump dumpfs dumplfs \ +SUBDIR= adjkerntz badsect clri comcontrol disklabel dmesg dump dumpfs dumplfs \ fsck ifconfig init mknod modload modunload mount mount_cd9660 \ mount_fdesc mount_kernfs mount_lfs mount_nfs mount_null mount_portal \ mount_procfs mount_umap mount_union mountd newfs newlfs nfsd \ |