Makefile.m4 revision 64562
164562Sgshapiroinclude(confBUILDTOOLSDIR`/M4/switch.m4')
238032Speter
364562SgshapirobldPRODUCT_START(`executable', `mail.local')
464562Sgshapirodefine(`bldNO_INSTALL')
564562Sgshapirodefine(`bldSOURCES', `mail.local.c ')
664562SgshapirobldPUSH_SMLIB(`smutil')
764562SgshapiroPREPENDDEF(`confENVDEF', `confMAPDEF')
864562SgshapirobldPRODUCT_END
938032Speter
1064562SgshapirobldPRODUCT_START(`manpage', `mail.local')
1164562Sgshapirodefine(`bldSOURCES', `mail.local.8')
1264562SgshapirobldPRODUCT_END
1338032Speter
1464562Sgshapirodivert(bldTARGETS_SECTION)
1538032Speterinstall:
1638032Speter	@echo "NOTE: This version of mail.local is not suited for some operating"
1738032Speter	@echo "      systems such as HP-UX and Solaris.  Please consult the"
1838032Speter	@echo "      README file in the mail.local directory.  You can force"
1964562Sgshapiro	@echo "      the install using 'Build force-install'."
2038032Speter
2164562Sgshapiroforce-install: install-mail.local ifdef(`confNO_MAN_BUILD',, `install-docs')
2238032Speter
2338032Speterinstall-mail.local: mail.local
2464562Sgshapiro	${INSTALL} -c -o ${UBINOWN} -g ${UBINGRP} -m ${UBINMODE} mail.local ${DESTDIR}${EBINDIR}
2564562Sgshapirodivert
2638032Speter
2764562SgshapirobldFINISH
2838032Speter
2938032Speter
30