1999-12-13 14:09:56 +00:00
|
|
|
# Makefile for ntpd.
|
|
|
|
# $FreeBSD$
|
2001-07-20 06:20:32 +00:00
|
|
|
|
2004-07-22 08:35:41 +00:00
|
|
|
SUBDIR= libntp libparse ntpd ntpdc ntpq ntpdate ntptrace \
|
2004-07-20 15:44:32 +00:00
|
|
|
ntptime ntp-keygen sntp
|
1999-12-13 14:09:56 +00:00
|
|
|
|
2004-12-21 08:47:35 +00:00
|
|
|
.if !defined(NO_MAN)
|
2002-11-16 08:06:43 +00:00
|
|
|
SUBDIR+= doc
|
|
|
|
.endif
|
|
|
|
|
1999-12-13 14:09:56 +00:00
|
|
|
.include <bsd.subdir.mk>
|