Browse Source

remove /usr/include/openssl link before making it.

OPENBSD_2_6
beck 25 years ago
parent
commit
93e3028091
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/include/Makefile

+ 2
- 1
src/include/Makefile View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.72 1999/09/27 04:48:20 deraadt Exp $
# $OpenBSD: Makefile,v 1.73 1999/09/27 06:28:49 beck Exp $
# $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $ # $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $
# @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 # @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91
@ -88,6 +88,7 @@ includes:
${INSTALL} ${INSTALL_COPY} -m 444 $$j ${DESTDIR}/usr/include/$$i/$$j; \ ${INSTALL} ${INSTALL_COPY} -m 444 $$j ${DESTDIR}/usr/include/$$i/$$j; \
done); \ done); \
done done
@rm -f ${DESTDIR}/usr/include/openssl
@ln -sf ssl ${DESTDIR}/usr/include/openssl @ln -sf ssl ${DESTDIR}/usr/include/openssl
@echo installing ${LFILES} @echo installing ${LFILES}
@-for i in ${LFILES}; do \ @-for i in ${LFILES}; do \


Loading…
Cancel
Save