09d432fc4a
Security: CVE-2009-3563
9 lines
156 B
Makefile
9 lines
156 B
Makefile
# Makefile for ntpd.
|
|
# $FreeBSD$
|
|
|
|
SUBDIR= libopts libntp libparse ntpd ntpdc ntpq ntpdate \
|
|
ntptime ntp-keygen sntp
|
|
SUBDIR+= doc
|
|
|
|
.include <bsd.subdir.mk>
|