NetBSD/usr.sbin/ntp/Makefile
kardel 54a07e0f01 PR/25482
reinstate NTP html pages (sans gif's/img tags).
The important man pages are now generated by autogen and
thus match again the code again.
2007-01-20 16:50:29 +00:00

14 lines
272 B
Makefile

# $NetBSD: Makefile,v 1.9 2007/01/20 16:50:29 kardel Exp $
.include <bsd.own.mk>
SUBDIR= libopts libisc libntp libparse .WAIT
SUBDIR+= ntpd ntpdate ntpdc ntpq ntptime
SUBDIR+= ntptrace html
.if (${MKCRYPTO} != "no")
SUBDIR+= ntp-keygen
.endif
.include <bsd.subdir.mk>