diff options
author | 1999-03-27 21:19:57 +0000 | |
---|---|---|
committer | 1999-03-27 21:19:57 +0000 | |
commit | 257d9218b3aeae0cd2c01fbb62c98f6148b5473c (patch) | |
tree | 314fdf9609ea9c971841074c856740c92edc2583 | |
parent | convert the kernel module to PFKEYv2, support for binding incoming and (diff) | |
download | wireguard-openbsd-257d9218b3aeae0cd2c01fbb62c98f6148b5473c.tar.xz wireguard-openbsd-257d9218b3aeae0cd2c01fbb62c98f6148b5473c.zip |
enable photurisd again
-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 |