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

(-)etc/defaults/make.conf (+1 lines)
Lines 59-64 Link Here
59
#NO_CVS=	true	# do not build CVS
59
#NO_CVS=	true	# do not build CVS
60
#NO_BIND=	true	# do not build BIND
60
#NO_BIND=	true	# do not build BIND
61
#NO_FORTRAN=	true	# do not build g77 and related libraries
61
#NO_FORTRAN=	true	# do not build g77 and related libraries
62
#NO_INETD=     true    # do not build and install sendmial
62
#NO_LPR=	true	# do not build lpr and related programs
63
#NO_LPR=	true	# do not build lpr and related programs
63
#NO_MAILWRAPPER=true	# do not build the mailwrapper(8) MTA selector
64
#NO_MAILWRAPPER=true	# do not build the mailwrapper(8) MTA selector
64
#NO_MODULES=	true	# do not build modules with the kernel
65
#NO_MODULES=	true	# do not build modules with the kernel
(-)usr.sbin/Makefile (-1 / +4 lines)
Lines 32-38 Link Here
32
	getextattr \
32
	getextattr \
33
	gifconfig \
33
	gifconfig \
34
	ifmcstat \
34
	ifmcstat \
35
	inetd \
36
	iostat \
35
	iostat \
37
	ipftest \
36
	ipftest \
38
	ipresend \
37
	ipresend \
Lines 130-135 Link Here
130
	ndc \
129
	ndc \
131
	nslookup \
130
	nslookup \
132
	nsupdate
131
	nsupdate
132
.endif
133
134
.if !defined(NO_INETD)
135
SUBDIR+=inetd
133
.endif
136
.endif
134
137
135
.if !defined(NO_LPR)
138
.if !defined(NO_LPR)

Return to bug 21814