af6a5351a1
- Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones. This simplifies pathing in make/displayed output. - Also, use :H where possible/sensical to manipulate .CURDIR-relative paths - Remove superfluous bsd.own.mk .includes which are already handled via src.opts.mk .includes MFC after: 1 week Sponsored by: Dell EMC Isilon
18 lines
481 B
Makefile
18 lines
481 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
FILESDIR= ${SHAREDIR}/doc/ntp/hints
|
|
|
|
.if ${MK_HTML} != "no"
|
|
FILES= a-ux aix bsdi changes decosf1 decosf2 freebsd hpux linux mpeix \
|
|
notes-xntp-v3 parse refclocks rs6000 sco.html sgi \
|
|
solaris-dosynctodr.html solaris.html solaris.xtra.4023118 \
|
|
solaris.xtra.4095849 solaris.xtra.S99ntpd solaris.xtra.patchfreq \
|
|
sun4 svr4-dell svr4_package todo vxworks.html winnt.html
|
|
.endif
|
|
|
|
.PATH: ${SRCTOP}/contrib/ntp/html/hints
|
|
|
|
.include <bsd.prog.mk>
|