xref: /netbsd-src/external/bsd/ntp/bin/Makefile (revision b62fc9e20372b08e1785ff6d769312d209fa2005)
1#	$NetBSD: Makefile,v 1.1 2009/12/13 17:13:48 kardel Exp $
2
3SUBDIR= ntp-keygen ntpd ntpdate ntpdc ntpq ntptime
4
5.if ("${MKCRYPTO}" != "no")
6SUBDIR+= ntp-keygen
7CPPFLAGS+=-DOPENSSL
8.endif
9
10.include "Makefile.inc"
11
12.include <bsd.subdir.mk>
13