diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2011-01-21 09:24:47 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2011-01-21 09:24:47 +0000 |
commit | 618e036ccd124171da16f4ebfb436fd95d9954ea (patch) | |
tree | bc7d669f9d1a7afea184850d418f641f89133880 /lib/libssl/Makefile | |
parent | d9c5dc711215321db12206cc079c7cab7fb978c5 (diff) |
- simplify, krb5 handling is not needed.
prompted by brad
Diffstat (limited to 'lib/libssl/Makefile')
-rw-r--r-- | lib/libssl/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/lib/libssl/Makefile b/lib/libssl/Makefile index 26acb4751ad..e01d3060d8d 100644 --- a/lib/libssl/Makefile +++ b/lib/libssl/Makefile @@ -1,6 +1,4 @@ -# $OpenBSD: Makefile,v 1.16 2010/12/28 20:07:47 jasper Exp $ - -.include <bsd.own.mk> # 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} |