summaryrefslogtreecommitdiff
path: root/contrib/sendmail/mail.local/Makefile.m4
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/sendmail/mail.local/Makefile.m4')
-rw-r--r--contrib/sendmail/mail.local/Makefile.m435
1 files changed, 0 insertions, 35 deletions
diff --git a/contrib/sendmail/mail.local/Makefile.m4 b/contrib/sendmail/mail.local/Makefile.m4
deleted file mode 100644
index c9af26fc590a..000000000000
--- a/contrib/sendmail/mail.local/Makefile.m4
+++ /dev/null
@@ -1,35 +0,0 @@
-dnl $Id: Makefile.m4,v 8.51 2004/11/18 22:29:52 ca Exp $
-include(confBUILDTOOLSDIR`/M4/switch.m4')
-
-define(`confREQUIRE_LIBSM', `true')
-# sendmail dir
-SMSRCDIR= ifdef(`confSMSRCDIR', `confSMSRCDIR', `${SRCDIR}/sendmail')
-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')
-APPENDDEF(`confENVDEF', `-DNOT_SENDMAIL')
-bldPRODUCT_END
-
-bldPRODUCT_START(`manpage', `mail.local')
-define(`bldSOURCES', `mail.local.8')
-bldPRODUCT_END
-
-divert(bldTARGETS_SECTION)
-install:
- @echo "NOTE: This version of mail.local is not suited for some operating"
- @echo " systems such as HP-UX and Solaris. Please consult the"
- @echo " README file in the mail.local directory. You can force"
- @echo " the install using 'Build force-install'."
-
-force-install: install-mail.local ifdef(`confNO_MAN_BUILD',, `install-docs')
-
-install-mail.local: mail.local
- ${INSTALL} -c -o ${UBINOWN} -g ${UBINGRP} -m ${UBINMODE} mail.local ${DESTDIR}${EBINDIR}
-divert
-
-bldFINISH