Makefile revision 1.2
1#	$NetBSD: Makefile,v 1.2 2010/08/28 15:42:46 kardel Exp $
2
3SUBDIR= ntp-keygen ntpd ntpdate ntpdc ntpq ntptime ntptrace sntp 
4
5.if ("${MKCRYPTO}" != "no")
6SUBDIR+= ntp-keygen
7CPPFLAGS+=-DOPENSSL
8.endif
9
10.include "Makefile.inc"
11
12.include <bsd.subdir.mk>
13