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
This commit is contained in:
parent
61a8612dd3
commit
50f8bf598f
|
@ -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:
|
# RCSid:
|
||||||
# Id: Makefile,v 1.33 1998/11/11 11:53:53 sjg Exp
|
# Id: Makefile,v 1.33 1998/11/11 11:53:53 sjg Exp
|
||||||
|
@ -82,6 +82,8 @@ INCS+= rc5.h
|
||||||
|
|
||||||
INCSDIR=/usr/include/openssl
|
INCSDIR=/usr/include/openssl
|
||||||
|
|
||||||
|
SYMLINKS+= ${INCSDIR}/des.h /usr/include/des.h
|
||||||
|
|
||||||
# this rebuilds the `srcs.inc' and the .inc files it reads.
|
# this rebuilds the `srcs.inc' and the .inc files it reads.
|
||||||
# note that the resulting `srcs.inc' file needs to be modified
|
# note that the resulting `srcs.inc' file needs to be modified
|
||||||
# to deal with our MKCRYPTO_* configuration variables.
|
# to deal with our MKCRYPTO_* configuration variables.
|
||||||
|
|
Loading…
Reference in New Issue