Correct path (../crypto, not ../../crypto)

This commit is contained in:
Peter Wemm 2001-08-18 03:36:26 +00:00
parent 61a4237001
commit cccce27ae3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=81878
2 changed files with 3 additions and 6 deletions

View File

@ -228,7 +228,7 @@ SUBDIR+=ar \
SUBDIR+=uac
.endif
.if exists(${.CURDIR}/../../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL)
.if exists(${.CURDIR}/../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL)
SUBDIR+=chkey newkey
.endif

View File

@ -47,6 +47,7 @@ SUBDIR= IPXrouted \
kbdmap \
kernbb \
lastlogin \
mailwrapper \
manctl \
memcontrol \
mergemaster \
@ -141,10 +142,6 @@ SUBDIR+=named \
SUBDIR+=lpr
.endif
.if !defined(NO_MAILWRAPPER)
SUBDIR+=mailwrapper
.endif
.if !defined(NO_SENDMAIL)
SUBDIR+=mailstats \
makemap \
@ -184,7 +181,7 @@ SUBDIR+=boot0cfg
SUBDIR+=boot98cfg
.endif
.if exists(${.CURDIR}/../../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL)
.if exists(${.CURDIR}/../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL)
SUBDIR+=keyserv
.endif