mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-17 15:27:36 +00:00
6cb84f0c29
This bring us several things: - updated drivers - IPv6 support at last - ntp-genkeys is replaced by ntp-keygen - ntptrace is now a script (courtesy of John Hay) - lots of renamed files from .htm to .html (while I prefer .html, I find the change a bit gratuitous) - still no manpages :( Please test and report. Commit very much helped by: GNU arch (http://gnuarch.org/)
12 lines
191 B
Makefile
12 lines
191 B
Makefile
# Makefile for ntpd.
|
|
# $FreeBSD$
|
|
|
|
SUBDIR= arlib libntp libparse ntpd ntpdc ntpq ntpdate ntptrace \
|
|
ntptime ntp-keygen sntp
|
|
|
|
.if !defined(NOMAN)
|
|
SUBDIR+= doc
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|