summaryrefslogtreecommitdiff
path: root/libexec/Makefile
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>2000-06-23 06:01:10 +0000
committerthorpej <thorpej@NetBSD.org>2000-06-23 06:01:10 +0000
commitdf83a2a3cd9ac3b2e5e3dca3a433f2238e9c5e79 (patch)
treebd7847ad3be21e3746f293242155cdbc42f6ef98 /libexec/Makefile
parentb23df5be68cabcaea6126a0404907a8983603888 (diff)
Add MK... variables to enable/disable various aspects of building
crypto support into the system. See share/mk/bsd.README for more a full description.
Diffstat (limited to 'libexec/Makefile')
-rw-r--r--libexec/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/libexec/Makefile b/libexec/Makefile
index ba5f9febb25..ee60ec1731e 100644
--- a/libexec/Makefile
+++ b/libexec/Makefile
@@ -1,12 +1,16 @@
-# $NetBSD: Makefile,v 1.37 2000/06/20 06:00:34 thorpej Exp $
+# $NetBSD: Makefile,v 1.38 2000/06/23 06:01:14 thorpej Exp $
# @(#)Makefile 8.1 (Berkeley) 6/4/93
+.include <bsd.own.mk>
+
SUBDIR= atrun comsat fingerd ftpd getNAME getty identd ld.aout_so \
ld.elf_so lfs_cleanerd mail.local makekey makewhatis rexecd \
rlogind rmail rshd rpc.rquotad rpc.rstatd rpc.rusersd rpc.rwalld \
rpc.sprayd talkd telnetd tftpd uucpd
+.if (${MKCRYPTO} != "no")
# Heimdal/KTH Kerberos
SUBDIR+= hprop hpropd kadmind kdc kfd kpasswdd
+.endif
.include <bsd.subdir.mk>