Sync usage with man page.
[netbsd-mini2440.git] / external / bsd / ntp / bin / Makefile
blob4420510251c49eefe7b44c174d57d838de10f1dc
1 # $NetBSD: Makefile,v 1.2 2009/10/25 00:18:38 christos Exp $
3 SUBDIR= ntp-keygen ntpd ntpdate ntpdc ntpq ntptime
5 .if ("${MKCRYPTO}" != "no")
6 SUBDIR+= ntp-keygen
7 CPPFLAGS+=-DOPENSSL
8 .endif
10 .include "Makefile.inc"
12 .include <bsd.subdir.mk>