diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-01-26 02:26:04 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-01-26 02:26:04 +0000 |
commit | 3e7bf303c6b53de108b009aff4b24f07ec6b0992 (patch) | |
tree | c09fdd044a829624280d5bcc8d399efc7d7959d1 /sbin | |
parent | 80da3651e0571100aad4c84d7218f4e2055a6f16 (diff) |
add fsirand
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index 14ad8d2c20b..b9ab59942ce 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.21 1996/10/20 08:36:21 tholo Exp $ +# $OpenBSD: Makefile,v 1.22 1997/01/26 02:26:03 millert Exp $ # $NetBSD: Makefile,v 1.29 1996/05/14 17:39:21 ws Exp $ # Not ported: XNSrouted enpload scsiformat startslip -# Missing: icheck ncheck +# Missing: icheck SUBDIR= badsect disklabel ccdconfig dmesg fastboot fsck ifconfig init ipf ipfstat \ ipnat kbd mknod modload modunload mount mountd ncheck_ffs nfsd nfsiod \ @@ -13,7 +13,7 @@ SUBDIR= badsect disklabel ccdconfig dmesg fastboot fsck ifconfig init ipf ipfsta SUBDIR+= mount_ados SUBDIR+= mount_cd9660 SUBDIR+= mount_fdesc -SUBDIR+= mount_ffs newfs fsck_ffs fsdb dumpfs dump restore clri tunefs +SUBDIR+= mount_ffs newfs fsck_ffs fsdb dumpfs dump restore clri tunefs fsirand SUBDIR+= mount_kernfs SUBDIR+= mount_lfs newlfs dumplfs # mount_mfs -> newfs |