summaryrefslogtreecommitdiff
path: root/src/lib/libssl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/Makefile')
-rw-r--r--src/lib/libssl/Makefile16
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
3SUBDIR=ssl man
4PC_FILES=openssl.pc libssl.pc
5
6CLEANFILES=${PC_FILES}
7
8beforeinstall:
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>