From d23be44a11f1a5189f70ab941e24ca0411bce500 Mon Sep 17 00:00:00 2001 From: jasper <> Date: Fri, 21 Jan 2011 09:24:46 +0000 Subject: - simplify, krb5 handling is not needed. prompted by brad --- src/lib/libssl/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/lib/libssl/Makefile') diff --git a/src/lib/libssl/Makefile b/src/lib/libssl/Makefile index 26acb4751a..e01d3060d8 100644 --- a/src/lib/libssl/Makefile +++ b/src/lib/libssl/Makefile @@ -1,6 +1,4 @@ -# $OpenBSD: Makefile,v 1.16 2010/12/28 20:07:47 jasper Exp $ - -.include # for KERBEROS5 +# $OpenBSD: Makefile,v 1.17 2011/01/21 09:24:45 jasper Exp $ SUBDIR=crypto ssl man PC_FILES=openssl.pc libssl.pc libcrypto.pc @@ -16,11 +14,7 @@ distribution: ${.CURDIR}/x509v3.cnf ${DESTDIR}/etc/ssl/x509v3.cnf beforeinstall: -.if (${KERBEROS5:L} == "yes") - /bin/sh ${.CURDIR}/generate_pkgconfig.sh -c ${.CURDIR} -o ${.OBJDIR} -k -.else /bin/sh ${.CURDIR}/generate_pkgconfig.sh -c ${.CURDIR} -o ${.OBJDIR} -.endif [ -d ${DESTDIR}/usr/lib/pkgconfig/ ] || \ ${INSTALL} -o root -g ${SHAREGRP} -d ${DESTDIR}/usr/lib/pkgconfig/ .for p in ${PC_FILES} -- cgit v1.2.3-55-g6feb