freebsd-dev/usr.sbin/ntp/Makefile
2004-12-21 08:47:35 +00:00

12 lines
186 B
Makefile

# Makefile for ntpd.
# $FreeBSD$
SUBDIR= libntp libparse ntpd ntpdc ntpq ntpdate ntptrace \
ntptime ntp-keygen sntp
.if !defined(NO_MAN)
SUBDIR+= doc
.endif
.include <bsd.subdir.mk>