diff options
Diffstat (limited to 'contrib/sendmail/mail.local/Makefile.m4')
-rw-r--r-- | contrib/sendmail/mail.local/Makefile.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/sendmail/mail.local/Makefile.m4 b/contrib/sendmail/mail.local/Makefile.m4 index 3a06a3b44b80..c9af26fc590a 100644 --- a/contrib/sendmail/mail.local/Makefile.m4 +++ b/contrib/sendmail/mail.local/Makefile.m4 @@ -1,4 +1,4 @@ -dnl $Id: Makefile.m4,v 8.50 2002/06/21 22:01:39 ca Exp $ +dnl $Id: Makefile.m4,v 8.51 2004/11/18 22:29:52 ca Exp $ include(confBUILDTOOLSDIR`/M4/switch.m4') define(`confREQUIRE_LIBSM', `true') @@ -8,6 +8,7 @@ PREPENDDEF(`confENVDEF', `confMAPDEF') PREPENDDEF(`confINCDIRS', `-I${SMSRCDIR} ') bldPRODUCT_START(`executable', `mail.local') +define(`bldINSTALL_DIR', `E') define(`bldNO_INSTALL', `true') define(`bldSOURCES', `mail.local.c ') bldPUSH_SMLIB(`sm') |