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/)
11 lines
119 B
Makefile
11 lines
119 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../scripts
|
|
|
|
SCRIPTS= ntptrace
|
|
|
|
SCRIPTSNAME= ntptrace
|
|
NOMAN= yes
|
|
|
|
.include <bsd.prog.mk>
|