2013-04-06 16:48:33 +02:00

13 lines
253 B
Makefile

# $NetBSD: Makefile,v 1.2 2010/08/28 15:42:46 kardel Exp $
SUBDIR= ntp-keygen ntpd ntpdate ntpdc ntpq ntptime ntptrace sntp
.if ("${MKCRYPTO}" != "no")
SUBDIR+= ntp-keygen
CPPFLAGS+=-DOPENSSL
.endif
.include "Makefile.inc"
.include <bsd.subdir.mk>