mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 14:48:57 +00:00
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>
|