freebsd-dev/mk/os.FreeBSD.mk
Kai Wang 5265ace0e4 Initial import of elftoolchain r2974.
Obtained from:	elftoolchain.org
2014-01-15 08:43:20 +00:00

28 lines
709 B
Makefile

# $Id: os.FreeBSD.mk 2569 2012-09-04 16:34:04Z jkoshy $
#
# Build definitions for FreeBSD
MKDOC?= yes # Build documentation.
MKTESTS?= yes # Enable the test suites.
MKTEX?= yes # TeX and friends are packaged in the teTeX package.
MKNOWEB?= no # Build literate programs.
# Link programs statically by default.
NO_SHARED?= yes
.if defined(MKTEX) && ${MKTEX} == "yes"
EPSTOPDF?= /usr/local/bin/epstopdf
MAKEINDEX?= /usr/local/bin/makeindex
MPOSTTEX?= /usr/local/bin/latex
MPOST?= /usr/local/bin/mpost
PDFLATEX?= /usr/local/bin/pdflatex
.endif
# Translate the spelling of a build knob (see ticket #316).
.if defined(NOMAN)
NO_MAN= yes
.endif
# Literate programming utility.
NOWEB?= /usr/local/bin/noweb