diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2010-06-07 08:39:44 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2010-06-07 08:39:44 +0000 |
commit | c333d9aa344d707607372724dafa82e0baba415f (patch) | |
tree | b840d924af438ffc4517a0baeaa750b061a163d8 | |
parent | 042803e0d0931d09e63aeaeca602481d640fc451 (diff) |
Enable iked/ikectl in the builds. iked is still in an early stage,
but it helps people to get used to it and to start testing.
requested by deraadt@
-rw-r--r-- | sbin/Makefile | 4 | ||||
-rw-r--r-- | usr.sbin/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index 3e4b8a59860..e13bbf5e900 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.91 2010/02/18 20:18:38 otto Exp $ +# $OpenBSD: Makefile,v 1.92 2010/06/07 08:39:43 reyk Exp $ SUBDIR= atactl badsect bioctl ccdconfig clri dhclient \ disklabel dmesg dump dumpfs fdisk fsck fsck_ext2fs fsck_ffs \ - fsck_msdos fsdb fsirand growfs ifconfig init iopctl ipsecctl \ + fsck_msdos fsdb fsirand growfs ifconfig iked init iopctl ipsecctl \ isakmpd kbd ldattach lmccontrol mknod modload modunload mount \ mount_cd9660 mount_ext2fs mount_ffs mount_msdos \ mount_nfs mount_ntfs mount_portal mount_procfs mount_udf \ diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 601bada7512..2324097962a 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.150 2010/06/03 17:49:47 martinh Exp $ +# $OpenBSD: Makefile,v 1.151 2010/06/07 08:39:43 reyk Exp $ .include <bsd.own.mk> SUBDIR= ac accton acpidump adduser amd apm apmd arp \ authpf bgpctl bgpd bind chroot config cron crunchgen dev_mkdb \ dhcpd dhcrelay dvmrpctl dvmrpd edquota eeprom faithd fdformat \ - ftp-proxy gpioctl hostapd hotplugd httpd ifstated inetd iostat \ + ftp-proxy gpioctl hostapd hotplugd httpd ifstated ikectl inetd iostat \ kgmon kvm_mkdb ldapd ldapctl ldpd ldpctl lpr mailwrapper map-mbone \ memconfig mksuncd mopd mrinfo mrouted mtrace mtree ndp netgroup_mkdb \ ntpd openssl ospfctl ospfd ospf6d ospf6ctl pcidump pkg_add popa3d \ |