diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libssl/Makefile | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/lib/libssl/Makefile b/src/lib/libssl/Makefile deleted file mode 100644 index 04baaccb45..0000000000 --- a/src/lib/libssl/Makefile +++ /dev/null | |||
| @@ -1,16 +0,0 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.19 2014/04/11 22:51:53 miod Exp $ | ||
| 2 | |||
| 3 | SUBDIR=ssl man | ||
| 4 | PC_FILES=openssl.pc libssl.pc | ||
| 5 | |||
| 6 | CLEANFILES=${PC_FILES} | ||
| 7 | |||
| 8 | beforeinstall: | ||
| 9 | /bin/sh ${.CURDIR}/generate_pkgconfig.sh -c ${.CURDIR} -o ${.OBJDIR} | ||
| 10 | .for p in ${PC_FILES} | ||
| 11 | ${INSTALL} ${INSTALL_COPY} -o root -g ${SHAREGRP} \ | ||
| 12 | -m ${SHAREMODE} ${.OBJDIR}/$p ${DESTDIR}/usr/lib/pkgconfig/ | ||
| 13 | .endfor | ||
| 14 | |||
| 15 | .include <bsd.prog.mk> | ||
| 16 | .include <bsd.subdir.mk> | ||
