diff options
-rw-r--r-- | usr.bin/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/Makefile | 7 |
2 files changed, 3 insertions, 6 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index bc053b5..35cf74c 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 f4eea33..cb67c4a 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 |