diff options
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 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 |