From df83a2a3cd9ac3b2e5e3dca3a433f2238e9c5e79 Mon Sep 17 00:00:00 2001 From: thorpej Date: Fri, 23 Jun 2000 06:01:10 +0000 Subject: 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. --- libexec/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'libexec/Makefile') 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 + 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 -- cgit