|
Lines 1-28
Link Here
|
| 1 |
# $FreeBSD: src/usr.sbin/ntp/doc/Makefile,v 1.11.2.1 2006/05/25 20:22:54 pav Exp $ |
1 |
# $FreeBSD: src/usr.sbin/ntp/doc/Makefile,v 1.11.2.1 2006/05/25 20:22:54 pav Exp $ |
| 2 |
|
2 |
|
| 3 |
FILESDIR= ${SHAREDIR}/doc/ntp |
|
|
| 4 |
|
| 5 |
FILES= accopt.html assoc.html audio.html authopt.html build.html \ |
| 6 |
clockopt.html \ |
| 7 |
config.html confopt.html copyright.html debug.html driver1.html \ |
| 8 |
driver10.html driver11.html driver12.html driver16.html driver18.html \ |
| 9 |
driver19.html driver2.html driver20.html driver22.html driver23.html \ |
| 10 |
driver24.html driver26.html driver27.html driver28.html driver29.html \ |
| 11 |
driver3.html driver30.html driver32.html driver33.html driver34.html \ |
| 12 |
driver35.html driver36.html driver37.html \ |
| 13 |
driver4.html driver5.html driver6.html driver7.html driver8.html \ |
| 14 |
driver9.html extern.html hints.html \ |
| 15 |
howto.html index.html kern.html \ |
| 16 |
ldisc.html measure.html miscopt.html monopt.html mx4200data.html \ |
| 17 |
notes.html ntpd.html ntpdate.html ntpdc.html ntpq.html ntptime.html \ |
| 18 |
ntptrace.html parsedata.html parsenew.html patches.html porting.html \ |
| 19 |
pps.html prefer.html quick.html rdebug.html refclock.html \ |
| 20 |
release.html tickadj.html |
| 21 |
|
| 22 |
MAN= ntp.conf.5 ntp.keys.5 |
3 |
MAN= ntp.conf.5 ntp.keys.5 |
| 23 |
MAN+= ntp-keygen.8 ntpd.8 ntpdate.8 ntpdc.8 ntpq.8 ntptime.8 ntptrace.8 |
4 |
MAN+= ntp-keygen.8 ntpd.8 ntpdate.8 ntpdc.8 ntpq.8 ntptime.8 ntptrace.8 |
| 24 |
|
5 |
|
| 25 |
.PATH: ${.CURDIR}/../../../contrib/ntp/html \ |
|
|
| 26 |
${.CURDIR}/../../../contrib/ntp/html/drivers |
| 27 |
|
| 28 |
.include <bsd.prog.mk> |
6 |
.include <bsd.prog.mk> |