Unfortunately, the macros needed to perform such linking are not
available for the open source version of sendmail.
2.7.12 confDONT_INSTALL_CATMAN
No preformatted manuals Build macro
Ordinarily, Build installs the unformatted manual pages in a place such as /usr/share/man/
man8, which is in the man* directories. Unless it is told not to, it will also install the
formatted pages in a place suchas /usr/share/man/cat8, which is in the cat* directories. If
your site stores only unformatted pages (perhaps to save disk space), you can prevent the
installation of the formatted pages by using an m4 declaration such as this:
define(`confDONT_INSTALL_CATMAN??)
Table 2-6. Build m4 directives
Method File How invoked
AIX devtools/M4/depend/AIX.m4 ${CC} -M -E ${COPTS} $$i
BSD devtools/M4/depend/BSD.m4 mkdep -a -f Makefile ${COPTS} *.c
CC-M devtools/M4/depend/CC-M.m4 ${CC} -M ${COPTS} *.c >> Makefile
Generic devtools/M4/depend/generic.m4 Nothing
NCR devtools/M4/depend/NCR.m4 ${CC} -w0 -Hmake ${COPTS} *.c >> Makefile
Solaris devtools/M4/depend/Solaris.m4 ${CC} -xM ${COPTS} *.c >> Makefile
X11 devtools/M4/depend/X11.m4 makedepend -- ${COPTS} -- *.c
This is the Title of the Book, eMatter Edition
Copyright ?© 2007 O??™Reilly & Associates, Inc. All rights reserved.
2.7 Build m4 Macro Reference | 75
2.7.13 confEBINDIR
Bin directory for mail.
Pages:
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157