1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
freebsd/usr.sbin/ntp/Makefile
2003-06-05 05:03:01 +00:00

12 lines
192 B
Makefile

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