Revision 19208,
586 bytes
checked in by zacheiss, 22 years ago
(diff) |
Merge with sendmail 8.12.9.
|
Line | |
---|
1 | dnl $Id: Makefile.m4,v 1.8 2003-04-08 15:42:16 zacheiss Exp $ |
---|
2 | include(confBUILDTOOLSDIR`/M4/switch.m4') |
---|
3 | |
---|
4 | define(`confREQUIRE_LIBSM', `true') |
---|
5 | # sendmail dir |
---|
6 | SMSRCDIR= ifdef(`confSMSRCDIR', `confSMSRCDIR', `${SRCDIR}/sendmail') |
---|
7 | PREPENDDEF(`confENVDEF', `confMAPDEF') |
---|
8 | PREPENDDEF(`confINCDIRS', `-I${SMSRCDIR} ') |
---|
9 | |
---|
10 | bldPRODUCT_START(`executable', `smrsh') |
---|
11 | define(`bldINSTALL_DIR', `E') |
---|
12 | define(`bldSOURCES', `smrsh.c ') |
---|
13 | bldPUSH_SMLIB(`sm') |
---|
14 | APPENDDEF(`confENVDEF', `-DNOT_SENDMAIL') |
---|
15 | bldPRODUCT_END |
---|
16 | |
---|
17 | bldPRODUCT_START(`manpage', `smrsh') |
---|
18 | define(`bldSOURCES', `smrsh.8') |
---|
19 | bldPRODUCT_END |
---|
20 | |
---|
21 | bldFINISH |
---|
Note: See
TracBrowser
for help on using the repository browser.