Only build ntp-keygen if ${MKCRYPTO}!="no".

(There appears to be partial support in the ntp-keygen sources
for compiling without -DOPENSSL, but it's not functional).
This commit is contained in:
lukem 2004-01-04 00:06:34 +00:00
parent 5e982c6b1f
commit f64aa6de5c
1 changed files with 8 additions and 2 deletions

View File

@ -1,7 +1,13 @@
# $NetBSD: Makefile,v 1.6 2003/12/04 16:41:56 drochner Exp $
# $NetBSD: Makefile,v 1.7 2004/01/04 00:06:34 lukem Exp $
.include <bsd.own.mk>
SUBDIR= libisc libntp libparse .WAIT
SUBDIR+= ntp-keygen ntpd ntpdate ntpdc ntpq ntptime
SUBDIR+= ntpd ntpdate ntpdc ntpq ntptime
SUBDIR+= ntptrace
.if (${MKCRYPTO} != "no")
SUBDIR+= ntp-keygen
.endif
.include <bsd.subdir.mk>