Makefile (d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf) | Makefile (2f9966ff63d65bd474478888c9088eeae3f9c669) |
---|---|
1 2.include <src.opts.mk> 3 | 1 2.include <src.opts.mk> 3 |
4PACKAGE= ntp |
|
4FILESDIR= ${SHAREDIR}/doc/ntp/hints 5 6.if ${MK_HTML} != "no" 7FILES= a-ux aix bsdi changes decosf1 decosf2 freebsd hpux linux mpeix \ 8 notes-xntp-v3 parse refclocks rs6000 sco.html sgi \ 9 solaris-dosynctodr.html solaris.html solaris.xtra.4023118 \ 10 solaris.xtra.4095849 solaris.xtra.S99ntpd solaris.xtra.patchfreq \ 11 sun4 svr4-dell svr4_package todo vxworks.html winnt.html 12.endif 13 14.PATH: ${SRCTOP}/contrib/ntp/html/hints 15 16.include <bsd.prog.mk> | 5FILESDIR= ${SHAREDIR}/doc/ntp/hints 6 7.if ${MK_HTML} != "no" 8FILES= a-ux aix bsdi changes decosf1 decosf2 freebsd hpux linux mpeix \ 9 notes-xntp-v3 parse refclocks rs6000 sco.html sgi \ 10 solaris-dosynctodr.html solaris.html solaris.xtra.4023118 \ 11 solaris.xtra.4095849 solaris.xtra.S99ntpd solaris.xtra.patchfreq \ 12 sun4 svr4-dell svr4_package todo vxworks.html winnt.html 13.endif 14 15.PATH: ${SRCTOP}/contrib/ntp/html/hints 16 17.include <bsd.prog.mk> |