freebsd-dev/usr.sbin/ntp/Makefile
Ollivier Robert 065c74d54b Remove arlib (libares.a) from the build. It is not IPv6 compatible, not
really tested and probably not 64 bits-safe.

Discussed with:	Harlann Stenn <www.ntp.org>
2004-07-22 08:35:41 +00:00

12 lines
185 B
Makefile

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