Lines 24-32
FILES= access.html accopt.html assoc.html audio.html authentic.html \
Link Here
|
24 |
MAN= ntp.conf.5 ntp.keys.5 |
24 |
MAN= ntp.conf.5 ntp.keys.5 |
25 |
MAN+= ntp-keygen.8 ntpd.8 ntpdate.8 ntpdc.8 ntpq.8 ntptime.8 sntp.8 |
25 |
MAN+= ntp-keygen.8 ntpd.8 ntpdate.8 ntpdc.8 ntpq.8 ntptime.8 sntp.8 |
26 |
|
26 |
|
|
|
27 |
CLEANFILES= ntp.conf.5 ntp.keys.5 |
28 |
CLEANFILES+= ntp-keygen.8 ntpd.8 ntpdc.8 ntpq.8 sntp.8 |
29 |
|
30 |
ntp.conf.5: ntp.conf.5mdoc |
31 |
cp $< $@ |
32 |
|
33 |
ntp.keys.5: ntp.keys.5mdoc |
34 |
cp $< $@ |
35 |
|
36 |
ntp-keygen.8: ntp-keygen.1ntp-keygenmdoc |
37 |
cp $< $@ |
38 |
|
39 |
ntpd.8: ntpd.1ntpdmdoc |
40 |
cp $< $@ |
41 |
|
42 |
ntpdc.8: ntpdc.1ntpdcmdoc |
43 |
cp $< $@ |
44 |
|
45 |
ntpq.8: ntpq.1ntpqmdoc |
46 |
cp $< $@ |
47 |
|
48 |
sntp.8: sntp.1sntpmdoc |
49 |
cp $< $@ |
50 |
|
27 |
.PATH: ${SRCTOP}/contrib/ntp/html \ |
51 |
.PATH: ${SRCTOP}/contrib/ntp/html \ |
28 |
${SRCTOP}/contrib/ntp/util \ |
52 |
${SRCTOP}/contrib/ntp/util \ |
29 |
${SRCTOP}/contrib/ntp/ntpd \ |
53 |
${SRCTOP}/contrib/ntp/ntpd \ |
30 |
${SRCTOP}/contrib/ntp/ntpsnmpd |
54 |
${SRCTOP}/contrib/ntp/ntpdc \ |
|
|
55 |
${SRCTOP}/contrib/ntp/ntpdq \ |
56 |
${SRCTOP}/contrib/ntp/ntpsnmpd \ |
57 |
${SRCTOP}/contrib/ntp/sntp \ |
58 |
${SRCTOP}/contrib/ntp/util |
31 |
|
59 |
|
32 |
.include <bsd.prog.mk> |
60 |
.include <bsd.prog.mk> |
33 |
- |
|
|