freebsd-dev/usr.sbin/ntp/Makefile

12 lines
192 B
Makefile
Raw Normal View History

# Makefile for ntpd.
# $FreeBSD$
SUBDIR= libntp libparse ntpd ntpdc ntpq ntpdate ntptrace \
2001-08-29 15:03:54 +00:00
ntptimeset ntptime ntp-genkeys
.if !defined(NOMAN)
SUBDIR+= doc
.endif
.include <bsd.subdir.mk>