summaryrefslogtreecommitdiff
path: root/src/lib/libssl/Makefile
diff options
context:
space:
mode:
authorjasper <>2011-01-21 09:24:46 +0000
committerjasper <>2011-01-21 09:24:46 +0000
commit0c2f5403fdb800d4b5445f5c1c58dc0ed40a3c26 (patch)
tree374c82becba77290679e605fe5fb03b19d9f4922 /src/lib/libssl/Makefile
parent90f87718bb7566adfdc5299774565c618c107b54 (diff)
downloadopenbsd-0c2f5403fdb800d4b5445f5c1c58dc0ed40a3c26.tar.gz
openbsd-0c2f5403fdb800d4b5445f5c1c58dc0ed40a3c26.tar.bz2
openbsd-0c2f5403fdb800d4b5445f5c1c58dc0ed40a3c26.zip
- simplify, krb5 handling is not needed.
prompted by brad
Diffstat (limited to 'src/lib/libssl/Makefile')
-rw-r--r--src/lib/libssl/Makefile8
1 files changed, 1 insertions, 7 deletions
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 @@
1# $OpenBSD: Makefile,v 1.16 2010/12/28 20:07:47 jasper Exp $ 1# $OpenBSD: Makefile,v 1.17 2011/01/21 09:24:45 jasper Exp $
2
3.include <bsd.own.mk> # for KERBEROS5
4 2
5SUBDIR=crypto ssl man 3SUBDIR=crypto ssl man
6PC_FILES=openssl.pc libssl.pc libcrypto.pc 4PC_FILES=openssl.pc libssl.pc libcrypto.pc
@@ -16,11 +14,7 @@ distribution:
16 ${.CURDIR}/x509v3.cnf ${DESTDIR}/etc/ssl/x509v3.cnf 14 ${.CURDIR}/x509v3.cnf ${DESTDIR}/etc/ssl/x509v3.cnf
17 15
18beforeinstall: 16beforeinstall:
19.if (${KERBEROS5:L} == "yes")
20 /bin/sh ${.CURDIR}/generate_pkgconfig.sh -c ${.CURDIR} -o ${.OBJDIR} -k
21.else
22 /bin/sh ${.CURDIR}/generate_pkgconfig.sh -c ${.CURDIR} -o ${.OBJDIR} 17 /bin/sh ${.CURDIR}/generate_pkgconfig.sh -c ${.CURDIR} -o ${.OBJDIR}
23.endif
24 [ -d ${DESTDIR}/usr/lib/pkgconfig/ ] || \ 18 [ -d ${DESTDIR}/usr/lib/pkgconfig/ ] || \
25 ${INSTALL} -o root -g ${SHAREGRP} -d ${DESTDIR}/usr/lib/pkgconfig/ 19 ${INSTALL} -o root -g ${SHAREGRP} -d ${DESTDIR}/usr/lib/pkgconfig/
26.for p in ${PC_FILES} 20.for p in ${PC_FILES}