2007-01-20 19:50:29 +03:00
|
|
|
# $NetBSD: Makefile,v 1.9 2007/01/20 16:50:29 kardel Exp $
|
2004-01-04 03:06:34 +03:00
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
2000-03-29 17:13:42 +04:00
|
|
|
|
2007-01-06 22:45:21 +03:00
|
|
|
SUBDIR= libopts libisc libntp libparse .WAIT
|
2004-01-04 03:06:34 +03:00
|
|
|
SUBDIR+= ntpd ntpdate ntpdc ntpq ntptime
|
2007-01-20 19:50:29 +03:00
|
|
|
SUBDIR+= ntptrace html
|
2000-03-29 17:13:42 +04:00
|
|
|
|
2004-01-04 03:06:34 +03:00
|
|
|
.if (${MKCRYPTO} != "no")
|
|
|
|
SUBDIR+= ntp-keygen
|
|
|
|
.endif
|
|
|
|
|
2000-03-29 17:13:42 +04:00
|
|
|
.include <bsd.subdir.mk>
|