diff options
-rw-r--r-- | sbin/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index d15e6234f8d..70e0232cce7 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -1,14 +1,16 @@ -# $OpenBSD: Makefile,v 1.37 1999/01/11 14:49:42 niklas Exp $ +# $OpenBSD: Makefile,v 1.38 1999/02/24 22:54:52 angelos Exp $ # Not ported: XNSrouted enpload scsiformat startslip # Missing: icheck SUBDIR= badsect ccdconfig disklabel dmesg fsck ifconfig init ipf ipfstat \ - ipnat ipsecadm isakmpd kbd mknod modload modunload mount mountd \ - ncheck_ffs nfsd nfsiod nologin photurisd ping quotacheck raidctl \ + ipnat ipsecadm kbd mknod modload modunload mount mountd \ + ncheck_ffs nfsd nfsiod nologin ping quotacheck raidctl \ reboot route routed savecore scan_ffs scsi shutdown slattach startkey \ swapon ttyflags umount +# isakmpd and photurisd have been temporarily commented out + # support for various file systems SUBDIR+= mount_ados SUBDIR+= mount_cd9660 |