2004-01-04 03:06:34 +03:00
|
|
|
# $NetBSD: Makefile,v 1.7 2004/01/04 00:06:34 lukem Exp $
|
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
2000-03-29 17:13:42 +04:00
|
|
|
|
2003-12-04 19:41:56 +03:00
|
|
|
SUBDIR= libisc libntp libparse .WAIT
|
2004-01-04 03:06:34 +03:00
|
|
|
SUBDIR+= ntpd ntpdate ntpdc ntpq ntptime
|
2003-12-04 19:41:56 +03:00
|
|
|
SUBDIR+= ntptrace
|
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>
|