diff options
| author | cvs2svn <admin@example.com> | 2014-04-13 15:49:51 +0000 |
|---|---|---|
| committer | cvs2svn <admin@example.com> | 2014-04-13 15:49:51 +0000 |
| commit | 9ef0d5fb5b0acfd35d73a5557198f46525ab1667 (patch) | |
| tree | 61e7e25839f716a30db270f15cddf0be6903781f /src/lib/libssl/Makefile | |
| parent | ff237038a541d51619efa5b36fb251c8dc1e9637 (diff) | |
| download | openbsd-butholakala.tar.gz openbsd-butholakala.tar.bz2 openbsd-butholakala.zip | |
This commit was manufactured by cvs2git to create tag 'butholakala'.butholakala
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> | ||
