1# $NetBSD: Makefile,v 1.3 2016/06/29 23:03:24 christos Exp $ 2 3SUBDIR= ntp-keygen ntpd ntpdate ntpdc ntpq ntptime ntptrace sntp 4 5.if ("${MKCRYPTO}" != "no") 6CPPFLAGS+=-DOPENSSL 7.endif 8 9.include "Makefile.inc" 10 11.include <bsd.subdir.mk> 12