diff options
author | peter <peter@FreeBSD.org> | 2001-08-18 03:36:26 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2001-08-18 03:36:26 +0000 |
commit | 77c5965e950cf42cc538f91c6788bc16f6399b7e (patch) | |
tree | c90042e807f5a9c7e0ed304c9145ebee92a76719 /usr.sbin | |
parent | 886fd9ad6410a7fe63b78d537a2ecd09545c5d07 (diff) | |
download | FreeBSD-src-77c5965e950cf42cc538f91c6788bc16f6399b7e.zip FreeBSD-src-77c5965e950cf42cc538f91c6788bc16f6399b7e.tar.gz |
Correct path (../crypto, not ../../crypto)
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
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 |