diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-02-24 22:54:53 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-02-24 22:54:53 +0000 |
commit | c3043a540a08aa456489eb35fc95d0c34257d27e (patch) | |
tree | 8147b73233b5b51257496eecf4ffc0b033e77754 /sbin | |
parent | 89f13b6fea2755ea949385e3046726cb1a3a695e (diff) |
Comment out photurisd/isakmpd temporarily, as they have not been
assimilated to PF_KEYv2.
Diffstat (limited to 'sbin')
-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 |