1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00
freebsd/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>