NetBSD/usr.sbin/ntp/Makefile
lukem f64aa6de5c 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).
2004-01-04 00:06:34 +00:00

14 lines
258 B
Makefile

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