diff options
| author | jasper <> | 2011-01-21 09:24:46 +0000 |
|---|---|---|
| committer | jasper <> | 2011-01-21 09:24:46 +0000 |
| commit | d23be44a11f1a5189f70ab941e24ca0411bce500 (patch) | |
| tree | 374c82becba77290679e605fe5fb03b19d9f4922 /src/lib/libssl/Makefile | |
| parent | d2c6e1f8eaa66290717660170e0d073c1ba1d049 (diff) | |
| download | openbsd-d23be44a11f1a5189f70ab941e24ca0411bce500.tar.gz openbsd-d23be44a11f1a5189f70ab941e24ca0411bce500.tar.bz2 openbsd-d23be44a11f1a5189f70ab941e24ca0411bce500.zip | |
- simplify, krb5 handling is not needed.
prompted by brad
Diffstat (limited to 'src/lib/libssl/Makefile')
| -rw-r--r-- | src/lib/libssl/Makefile | 8 |
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 | ||
| 5 | SUBDIR=crypto ssl man | 3 | SUBDIR=crypto ssl man |
| 6 | PC_FILES=openssl.pc libssl.pc libcrypto.pc | 4 | PC_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 | ||
| 18 | beforeinstall: | 16 | beforeinstall: |
| 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} |
