summarylogtreecommitdiffstats
path: root/configure.local
blob: 1180aad2d8808343b9332c512ca20b573608b8fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Arch $MANPATH.
MANPATH_DEFAULT=/usr/local/share/man:/usr/share/man

# Arch paths.
PREFIX=/usr
SBINDIR=$PREFIX/bin
MANDIR=$PREFIX/share/man

# These conflict with man(7) and mdoc(7) from man-pages.
MANM_MAN=mandoc_man
MANM_MDOC=mandoc_mdoc

# These conflict with binaries and manpages from groff.
BINM_SOELIM=msoelim
MANM_ROFF=mandoc_roff

# catman(8) is disabled by default.
BUILD_CATMAN=1