From 50f8bf598f4a9867a35b95e25c2bcaf01dd2f1b8 Mon Sep 17 00:00:00 2001 From: perry Date: Sun, 6 Apr 2003 18:12:36 +0000 Subject: [PATCH] symlink /usr/include/des.h to openssl/des.h This is done in FreeBSD, and OpenBSD apparently also has a des.h inspired by Greg Woods in PR lib/10528 --- lib/libcrypto/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/libcrypto/Makefile b/lib/libcrypto/Makefile index 20d5c8294e94..bc877b8fff28 100644 --- a/lib/libcrypto/Makefile +++ b/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2003/04/03 00:41:51 mycroft Exp $ +# $NetBSD: Makefile,v 1.29 2003/04/06 18:12:36 perry Exp $ # RCSid: # Id: Makefile,v 1.33 1998/11/11 11:53:53 sjg Exp @@ -82,6 +82,8 @@ INCS+= rc5.h INCSDIR=/usr/include/openssl +SYMLINKS+= ${INCSDIR}/des.h /usr/include/des.h + # this rebuilds the `srcs.inc' and the .inc files it reads. # note that the resulting `srcs.inc' file needs to be modified # to deal with our MKCRYPTO_* configuration variables.