diff options
author | Niels Provos <provos@cvs.openbsd.org> | 1999-03-27 21:19:58 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 1999-03-27 21:19:58 +0000 |
commit | 86545b493ae9aa1cd6eadf8d22b9908e3bbacaf3 (patch) | |
tree | 229f55888bdd72b6959b2315cd8de9f370f09baf /sbin | |
parent | e587002df05c5b20cc3d150b2ffe86b81b2e172f (diff) |
enable photurisd again
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index 97e2767d2ff..d2321d50b9d 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -1,16 +1,14 @@ -# $OpenBSD: Makefile,v 1.39 1999/03/24 16:54:40 niklas Exp $ +# $OpenBSD: Makefile,v 1.40 1999/03/27 21:19:57 provos 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 ping quotacheck raidctl \ + ncheck_ffs nfsd nfsiod nologin photurisd ping quotacheck raidctl \ reboot route routed savecore scan_ffs scsi shutdown slattach startkey \ swapon ttyflags umount -# photurisd have been temporarily commented out - # support for various file systems SUBDIR+= mount_ados SUBDIR+= mount_cd9660 |