diff options
author | jkh <jkh@FreeBSD.org> | 1994-09-13 05:32:20 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-09-13 05:32:20 +0000 |
commit | 450da2127568f8f221b0d8521a1ba04abb940a9c (patch) | |
tree | 3a18f8a2d14c8955c6d4cdc81805a9a02360bd3f /sbin/Makefile | |
parent | 23fac4af2533de6ecd341a086a688d06decc8ef9 (diff) | |
download | FreeBSD-src-450da2127568f8f221b0d8521a1ba04abb940a9c.zip FreeBSD-src-450da2127568f8f221b0d8521a1ba04abb940a9c.tar.gz |
Add fdisk to SUBDIR.
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 9991d91..cd2eadf 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -3,7 +3,7 @@ # XXX MISSING: fsdb icheck ncheck # XXX NEEDS CONVERSION: scsiformat SUBDIR= adjkerntz badsect clri comcontrol disklabel dmesg dump dumpfs dumplfs \ - fsck ifconfig init mknod modload modunload mount mount_cd9660 \ + fdisk 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 \ nfsiod nologin ping quotacheck reboot restore route savecore \ |