View | Details | Raw Unified | Return to bug 118261
Collapse All | Expand All

(-)share/doc/Makefile (-1 / +5 lines)
Lines 1-12 Link Here
1
#	From: @(#)Makefile	8.1 (Berkeley) 6/5/93
1
#	From: @(#)Makefile	8.1 (Berkeley) 6/5/93
2
# $FreeBSD: src/share/doc/Makefile,v 1.19 2004/09/25 09:11:39 dougb Exp $
2
# $FreeBSD: src/share/doc/Makefile,v 1.19 2004/09/25 09:11:39 dougb Exp $
3
3
4
SUBDIR=	${_bind9} IPv6 papers psd smm usd
4
SUBDIR=	${_bind9} ${_ntp} IPv6 papers psd smm usd
5
5
6
.if !defined(NO_BIND)
6
.if !defined(NO_BIND)
7
_bind9=	bind9
7
_bind9=	bind9
8
.endif
8
.endif
9
9
10
.if !defined(NO_NTP)
11
_ntp=	ntp
12
.endif
13
10
# Default output format for troff documents is ascii.
14
# Default output format for troff documents is ascii.
11
# To generate postscript versions of troff documents, use:
15
# To generate postscript versions of troff documents, use:
12
#  make PRINTERDEVICE=ps
16
#  make PRINTERDEVICE=ps
(-)share/doc/ntp/Makefile (+25 lines)
Line 0 Link Here
1
# $FreeBSD: src/usr.sbin/ntp/doc/Makefile,v 1.11.2.1 2006/05/25 20:22:54 pav Exp $
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
.PATH: ${.CURDIR}/../../../contrib/ntp/html \
23
	${.CURDIR}/../../../contrib/ntp/html/drivers
24
25
.include <bsd.prog.mk>
(-)usr.sbin/Makefile (-1 / +5 lines)
Lines 106-112 Link Here
106
	ngctl \
106
	ngctl \
107
	nghook \
107
	nghook \
108
	nologin \
108
	nologin \
109
	ntp \
109
	${_ntp} \
110
	${_ofwdump} \
110
	${_ofwdump} \
111
	${_pccard} \
111
	${_pccard} \
112
	pciconf \
112
	pciconf \
Lines 259-264 Link Here
259
_lpr=		lpr
259
_lpr=		lpr
260
.endif
260
.endif
261
261
262
.if !defined(NO_NTP)
263
_ntp=		ntp
264
.endif
265
262
.if !defined(NO_SENDMAIL)
266
.if !defined(NO_SENDMAIL)
263
_editmap=	editmap
267
_editmap=	editmap
264
_mailstats=	mailstats
268
_mailstats=	mailstats
(-)share/examples/etc/make.conf (+1 lines)
Lines 130-135 Link Here
130
#			# If NO_NIS is set, you might need to adopt your
130
#			# If NO_NIS is set, you might need to adopt your
131
#			# nsswitch.conf(5) and remove `nis' entries.
131
#			# nsswitch.conf(5) and remove `nis' entries.
132
#NO_NLS_CATALOGS=	# do not build NLS catalog support for csh(1)
132
#NO_NLS_CATALOGS=	# do not build NLS catalog support for csh(1)
133
#NO_NTP=		# do not build NTP related programs
133
#NO_OBJC=		# do not build Objective C support
134
#NO_OBJC=		# do not build Objective C support
134
#NO_OPENSSH=		# do not build OpenSSH
135
#NO_OPENSSH=		# do not build OpenSSH
135
#NO_OPENSSL=		# do not build OpenSSL (implies NO_KERBEROS/NO_OPENSSH)
136
#NO_OPENSSL=		# do not build OpenSSL (implies NO_KERBEROS/NO_OPENSSH)
(-)usr.sbin/ntp/doc/Makefile (-22 lines)
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>
(-)share/man/man5/make.conf.5 (+3 lines)
Lines 585-590 Link Here
585
.Pq Vt bool
585
.Pq Vt bool
586
Set to not build NLS catalog support for
586
Set to not build NLS catalog support for
587
.Xr csh 1 .
587
.Xr csh 1 .
588
.It Va NO_NTP
589
.Pq Vt bool
590
Set to not build NTP related programs.
588
.It Va NO_OBJC
591
.It Va NO_OBJC
589
.Pq Vt bool
592
.Pq Vt bool
590
Set to not build Objective C support.
593
Set to not build Objective C support.

Return to bug 118261