aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-08-02 15:47:03 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-08-02 15:47:03 +0000
commita8ec1b48518ccc08d59e8cea9ff161aadeec0ef9 (patch)
treee57ef2cb189550dfc059623a6398225ee4260fe7 /usr.sbin
parent0426db70c6465ccc8bc5172aeb63542ec72aaa99 (diff)
Notes
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index eff6ad462a0a..f4eea333ca19 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -46,7 +46,6 @@ SUBDIR= IPXrouted \
kbdcontrol \
kbdmap \
kernbb \
- keyserv \
lastlogin \
manctl \
memcontrol \
@@ -185,4 +184,8 @@ SUBDIR+=boot0cfg
SUBDIR+=boot98cfg
.endif
+.if exists(${.CURDIR}/../../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL)
+SUBDIR+=keyserv
+.endif
+
.include <bsd.subdir.mk>