From b54135f58ecd56ad998e99128d70293c8897b041 Mon Sep 17 00:00:00 2001 From: jsg <> Date: Tue, 10 Nov 2015 04:33:02 +0000 Subject: [PATCH] With ikectl now requiring ca specific sections not present in the general openssl cnf files install the ikeca.cnf file. ok sthen@ requested by reyk@ --- src/etc/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/etc/Makefile b/src/etc/Makefile index 39f36a3b..2a49f911 100644 --- a/src/etc/Makefile +++ b/src/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.412 2015/10/23 06:42:53 tedu Exp $ +# $OpenBSD: Makefile,v 1.413 2015/11/10 04:33:02 jsg Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= Canada/Mountain @@ -200,6 +200,7 @@ distribution-etc-root-var: distrib-dirs cd ../lib/libcrypto && exec ${MAKE} distribution cd ../usr.bin/bgplg && exec ${MAKE} distribution cd ../usr.bin/mail && exec ${MAKE} distribution + cd ../usr.sbin/ikectl && exec ${MAKE} distribution cd ../usr.sbin/ldapd && exec ${MAKE} distribution cd ../usr.sbin/npppd && exec ${MAKE} distribution cd mail && exec ${MAKE} distribution