8560674afd
Thanks to roberto for providing pointers to wedge this into HEAD. Approved by: roberto
9 lines
168 B
Makefile
9 lines
168 B
Makefile
# Makefile for ntpd.
|
|
# $FreeBSD$
|
|
|
|
SUBDIR= libopts libntp libntpevent libparse ntpd ntpdc ntpq ntpdate \
|
|
ntptime ntp-keygen sntp
|
|
SUBDIR+= doc
|
|
|
|
.include <bsd.subdir.mk>
|