xref: /netbsd-src/external/bsd/ntp/bin/Makefile (revision c34236556bea94afcaca1782d7d228301edc3ea0)
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