make.conf (25214d26b5a62af9f2d9795c99b0a5e791c10aae) make.conf (087815f8bcef00e7cfbc04089cc9c463a01e0f3d)
1# $FreeBSD$
2#
3# This file, if present, will be read by make (see /usr/share/mk/sys.mk).
4# It allows you to override macro definitions to make without changing
5# your source tree, or anything the source tree installs.
6#
7# This file must be in valid Makefile syntax.
8#

--- 43 unchanged lines hidden (view full) ---

52#ENABLE_SUIDPERL= true
53#
54# To build perl with thread support
55#PERL_THREADED= true
56#
57# To build ppp with normal permissions
58#PPP_NOSUID= true
59#
1# $FreeBSD$
2#
3# This file, if present, will be read by make (see /usr/share/mk/sys.mk).
4# It allows you to override macro definitions to make without changing
5# your source tree, or anything the source tree installs.
6#
7# This file must be in valid Makefile syntax.
8#

--- 43 unchanged lines hidden (view full) ---

52#ENABLE_SUIDPERL= true
53#
54# To build perl with thread support
55#PERL_THREADED= true
56#
57# To build ppp with normal permissions
58#PPP_NOSUID= true
59#
60# To enable installing ssh(1) with the setuid bit turned on
61#ENABLE_SUID_SSH= true
62#
60# To avoid building various parts of the base system:
61#NO_CVS= true # do not build CVS
62#NO_BIND= true # do not build BIND
63#NO_FORTRAN= true # do not build g77 and related libraries
64#NO_LPR= true # do not build lpr and related programs
65#NO_MAILWRAPPER=true # do not build the mailwrapper(8) MTA selector
66#NO_MODULES= true # do not build modules with the kernel
67#NO_OBJC= true # do not build Objective C support

--- 252 unchanged lines hidden ---
63# To avoid building various parts of the base system:
64#NO_CVS= true # do not build CVS
65#NO_BIND= true # do not build BIND
66#NO_FORTRAN= true # do not build g77 and related libraries
67#NO_LPR= true # do not build lpr and related programs
68#NO_MAILWRAPPER=true # do not build the mailwrapper(8) MTA selector
69#NO_MODULES= true # do not build modules with the kernel
70#NO_OBJC= true # do not build Objective C support

--- 252 unchanged lines hidden ---