Deleted Added
full compact
make.conf (65957) make.conf (65970)
1# $FreeBSD: head/share/examples/etc/make.conf 65957 2000-09-16 22:08:24Z ache $
1# $FreeBSD: head/share/examples/etc/make.conf 65970 2000-09-17 00:41:33Z gshapiro $
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#
9# You have to find the things you can put here in the Makefiles and

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

264#
265#TOP_TABLE_SIZE= 101
266#
267# Documentation
268#
269# The list of languages and encodings to build and install
270#
271#DOC_LANG= en_US.ISO_8859-1 ru_RU.KOI8-R
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#
9# You have to find the things you can put here in the Makefiles and

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

264#
265#TOP_TABLE_SIZE= 101
266#
267# Documentation
268#
269# The list of languages and encodings to build and install
270#
271#DOC_LANG= en_US.ISO_8859-1 ru_RU.KOI8-R
272#
273#
274# sendmail
275# Setting the following variables modifes the build environment for
276# sendmail and its related utilities. For example, SASL support can be
277# added with settings such as:
278#
279# SENDMAIL_CFLAGS=-I/usr/local/include -DSASL
280# SENDMAIL_LDFLAGS=-L/usr/local/lib
281# SENDMAIL_LDADD=-lsasl
282#
283#SENDMAIL_CFLAGS=
284#SENDMAIL_LDFLAGS=
285#SENDMAIL_LDADD=
286#SENDMAIL_DPADD=