diff options
author | 1998-02-04 20:37:47 +0000 | |
---|---|---|
committer | 1998-02-04 20:37:47 +0000 | |
commit | 22a9bfb52ca17f4996961589af67ac4e7cee6e1a (patch) | |
tree | ec3727916a75da5daed5982e7fd65e017ff76d19 | |
parent | very handy program that scans a device for filesystems; from niklas & weingart. (diff) | |
download | wireguard-openbsd-22a9bfb52ca17f4996961589af67ac4e7cee6e1a.tar.xz wireguard-openbsd-22a9bfb52ca17f4996961589af67ac4e7cee6e1a.zip |
+ scan_ffs
-rw-r--r-- | sbin/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index a5f2a8b37c6..5106816bfcc 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -1,12 +1,12 @@ -# $OpenBSD: Makefile,v 1.29 1997/09/21 11:35:59 deraadt Exp $ +# $OpenBSD: Makefile,v 1.30 1998/02/04 20:37:47 deraadt Exp $ # Not ported: XNSrouted enpload scsiformat startslip # Missing: icheck SUBDIR= badsect disklabel ccdconfig dmesg fsck ifconfig init ipf ipfstat \ ipnat ipsec kbd mknod modload modunload mount mountd ncheck_ffs nfsd \ - nfsiod nologin ping quotacheck reboot route routed savecore scsi \ - shutdown slattach swapon ttyflags umount + nfsiod nologin ping quotacheck reboot route routed savecore scan_ffs \ + scsi shutdown slattach swapon ttyflags umount # support for various file systems SUBDIR+= mount_ados |