f64aa6de5c
(There appears to be partial support in the ntp-keygen sources for compiling without -DOPENSSL, but it's not functional).
14 lines
258 B
Makefile
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>
|