diff options
Diffstat (limited to 'contrib/sendmail/makemap/Makefile.m4')
-rw-r--r-- | contrib/sendmail/makemap/Makefile.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/sendmail/makemap/Makefile.m4 b/contrib/sendmail/makemap/Makefile.m4 index a4664cf..9d5baf9 100644 --- a/contrib/sendmail/makemap/Makefile.m4 +++ b/contrib/sendmail/makemap/Makefile.m4 @@ -1,7 +1,8 @@ -dnl $Id: Makefile.m4,v 8.43 2002/06/21 22:01:44 ca Exp $ +dnl $Id: Makefile.m4,v 8.44 2006/06/28 21:08:03 ca Exp $ include(confBUILDTOOLSDIR`/M4/switch.m4') define(`confREQUIRE_LIBSM', `true') +define(`confREQUIRE_SM_OS_H', `true') # sendmail dir SMSRCDIR= ifdef(`confSMSRCDIR', `confSMSRCDIR', `${SRCDIR}/sendmail') PREPENDDEF(`confENVDEF', `confMAPDEF') |