Browse Source

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@
OPENBSD_5_9
jsg 8 years ago
parent
commit
b54135f58e
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/etc/Makefile

+ 2
- 1
src/etc/Makefile View File

@ -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


Loading…
Cancel
Save