From 69c5577b0b6a052742d48590b3c1e16724fa2d2f Mon Sep 17 00:00:00 2001 From: thorpej Date: Sat, 26 Apr 2003 00:53:17 +0000 Subject: [PATCH] Make the des.h -> openssl/des.h symlink relative. --- lib/libcrypto/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libcrypto/Makefile b/lib/libcrypto/Makefile index 44dce742a4b1..02cd1932e08c 100644 --- a/lib/libcrypto/Makefile +++ b/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2003/04/17 00:32:22 thorpej Exp $ +# $NetBSD: Makefile,v 1.31 2003/04/26 00:53:17 thorpej Exp $ # RCSid: # Id: Makefile,v 1.33 1998/11/11 11:53:53 sjg Exp @@ -85,7 +85,7 @@ INCS+= rc5.h INCSDIR=/usr/include/openssl -SYMLINKS+= ${INCSDIR}/des.h /usr/include/des.h +SYMLINKS+= openssl/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