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

(-)etc/defaults/make.conf (+1 lines)
Lines 44-49 Link Here
44
#NO_OPENSSH=	true	# do not build OpenSSH
44
#NO_OPENSSH=	true	# do not build OpenSSH
45
#NO_OPENSSL=	true	# do not build OpenSSL (implies NO_OPENSSH)
45
#NO_OPENSSL=	true	# do not build OpenSSL (implies NO_OPENSSH)
46
#NO_SENDMAIL=	true	# do not build sendmail and related programs
46
#NO_SENDMAIL=	true	# do not build sendmail and related programs
47
#NO_LPR=	true	# do not build lpr and related programs
47
#NO_X=		true	# do not compile in XWindows support (e.g. doscmd)
48
#NO_X=		true	# do not compile in XWindows support (e.g. doscmd)
48
#NOCRYPT=	true	# do not build any crypto code
49
#NOCRYPT=	true	# do not build any crypto code
49
#NODESCRYPTLINKS=true	# do not replace libcrypt -> libscrypt links
50
#NODESCRYPTLINKS=true	# do not replace libcrypt -> libscrypt links
(-)usr.sbin/Makefile (-1 / +4 lines)
Lines 41-47 Link Here
41
	kbdmap \
41
	kbdmap \
42
	kernbb \
42
	kernbb \
43
	keyserv \
43
	keyserv \
44
	lpr \
45
	manctl \
44
	manctl \
46
	memcontrol \
45
	memcontrol \
47
	mergemaster \
46
	mergemaster \
Lines 127-132 Link Here
127
	ndc \
126
	ndc \
128
	nslookup \
127
	nslookup \
129
	nsupdate
128
	nsupdate
129
.endif
130
131
.if !defined(NO_LPR)
132
SUBDIR+=lpr
130
.endif
133
.endif
131
134
132
.if !defined(NO_MAILWRAPPER)
135
.if !defined(NO_MAILWRAPPER)

Return to bug 18787