From cccce27ae3d8e39a89b85ad7be2f2afa6c947321 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Sat, 18 Aug 2001 03:36:26 +0000 Subject: [PATCH] Correct path (../crypto, not ../../crypto) --- usr.bin/Makefile | 2 +- usr.sbin/Makefile | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/usr.bin/Makefile b/usr.bin/Makefile index bc053b545e12..35cf74cf677f 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -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 diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index f4eea333ca19..cb67c4a45e03 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -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