freebsd-dev/etc/ntp/Makefile
Cy Schubert 6f422073d1 Add default leap-seconds file. This should help ntp networks get the
leap second date correct

Updates to the file can be obtained from ftp://time.nist.gov/pub/ or
ftp://tycho.usno.navy.mil/pub/ntp/.

Suggested by:	dwmalone
Reviewed by:	roberto, dwmalone, delphij
Approved by:	roberto
MFC after:	1 week
2015-10-16 14:04:16 +00:00

11 lines
101 B
Makefile

# $FreeBSD$
NO_OBJ=
FILES= leap-seconds
FILESDIR= /etc/ntp
FILESMODE= 644
.include <bsd.prog.mk>