mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-22 11:17:19 +00:00
2b15cb3d09
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>
|