blob: b937ca3d603a24b41def9352e03a008c16e5cc44 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.3 2001/12/12 12:24:31 lukem Exp $
NOOBJ= # defined
.include <bsd.own.mk>
.if ${MKSHARE} != "no"
NTPSRCDIR=html/hints
FILESDIR=${NTPDOCDIR}/hints
FILES= a-ux aix bsdi changes decosf1 decosf2 hpux linux notes-xntp-v3 parse \
refclocks rs6000 sco.htm 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.htm
.endif
.include "../../Makefile.inc"
.include <bsd.prog.mk>
|