diff options
Diffstat (limited to 'contrib/sendmail/BuildTools/M4')
-rw-r--r-- | contrib/sendmail/BuildTools/M4/depend/BSD.m4 | 8 | ||||
-rw-r--r-- | contrib/sendmail/BuildTools/M4/depend/CC-M.m4 | 8 | ||||
-rw-r--r-- | contrib/sendmail/BuildTools/M4/depend/NCR.m4 | 8 | ||||
-rw-r--r-- | contrib/sendmail/BuildTools/M4/depend/Solaris.m4 | 8 | ||||
-rw-r--r-- | contrib/sendmail/BuildTools/M4/depend/X11.m4 | 5 | ||||
-rw-r--r-- | contrib/sendmail/BuildTools/M4/depend/generic.m4 | 8 | ||||
-rw-r--r-- | contrib/sendmail/BuildTools/M4/header.m4 | 32 |
7 files changed, 0 insertions, 77 deletions
diff --git a/contrib/sendmail/BuildTools/M4/depend/BSD.m4 b/contrib/sendmail/BuildTools/M4/depend/BSD.m4 deleted file mode 100644 index 83827a7a7f6f..000000000000 --- a/contrib/sendmail/BuildTools/M4/depend/BSD.m4 +++ /dev/null @@ -1,8 +0,0 @@ -# @(#)BSD.m4 8.3 (Berkeley) 2/9/1998 -depend: ${BEFORE} - @mv Makefile Makefile.old - @sed -e '/^# Do not edit or remove this line or anything below it.$$/,$$d' < Makefile.old > Makefile - @echo "# Do not edit or remove this line or anything below it." >> Makefile - mkdep -a -f Makefile ${COPTS} *.c - -# End of BSD.m4 diff --git a/contrib/sendmail/BuildTools/M4/depend/CC-M.m4 b/contrib/sendmail/BuildTools/M4/depend/CC-M.m4 deleted file mode 100644 index 10d61b8ccebc..000000000000 --- a/contrib/sendmail/BuildTools/M4/depend/CC-M.m4 +++ /dev/null @@ -1,8 +0,0 @@ -# @(#)CC-M.m4 8.2 (Berkeley) 2/19/1998 -depend: ${BEFORE} - @mv Makefile Makefile.old - @sed -e '/^# Do not edit or remove this line or anything below it.$$/,$$d' < Makefile.old > Makefile - @echo "# Do not edit or remove this line or anything below it." >> Makefile - ${CC} -M ${COPTS} *.c >> Makefile - -# End of CC-M.m4 diff --git a/contrib/sendmail/BuildTools/M4/depend/NCR.m4 b/contrib/sendmail/BuildTools/M4/depend/NCR.m4 deleted file mode 100644 index 22af77da8b5f..000000000000 --- a/contrib/sendmail/BuildTools/M4/depend/NCR.m4 +++ /dev/null @@ -1,8 +0,0 @@ -# @(#)NCR.m4 8.3 (Berkeley) 2/19/1998 -depend: ${BEFORE} - @mv Makefile Makefile.old - @sed -e '/^# Do not edit or remove this line or anything below it.$$/,$$d' < Makefile.old > Makefile - @echo "# Do not edit or remove this line or anything below it." >> Makefile - ${CC} -w0 -Hmake ${COPTS} *.c >> Makefile - -# End of NCR.m4 diff --git a/contrib/sendmail/BuildTools/M4/depend/Solaris.m4 b/contrib/sendmail/BuildTools/M4/depend/Solaris.m4 deleted file mode 100644 index bf245f6fa191..000000000000 --- a/contrib/sendmail/BuildTools/M4/depend/Solaris.m4 +++ /dev/null @@ -1,8 +0,0 @@ -# @(#)Solaris.m4 8.1 (Berkeley) 3/5/1998 -depend: ${BEFORE} - @mv Makefile Makefile.old - @sed -e '/^# Do not edit or remove this line or anything below it.$$/,$$d' < Makefile.old > Makefile - @echo "# Do not edit or remove this line or anything below it." >> Makefile - ${CC} -xM ${COPTS} *.c >> Makefile - -# End of Solaris.m4 diff --git a/contrib/sendmail/BuildTools/M4/depend/X11.m4 b/contrib/sendmail/BuildTools/M4/depend/X11.m4 deleted file mode 100644 index 3afbfe95d821..000000000000 --- a/contrib/sendmail/BuildTools/M4/depend/X11.m4 +++ /dev/null @@ -1,5 +0,0 @@ -# @(#)X11.m4 8.1 (Berkeley) 4/8/1998 -depend: ${BEFORE} - makedepend -- ${COPTS} -- *.c - -# End of X11.m4 diff --git a/contrib/sendmail/BuildTools/M4/depend/generic.m4 b/contrib/sendmail/BuildTools/M4/depend/generic.m4 deleted file mode 100644 index 330d4cf2e072..000000000000 --- a/contrib/sendmail/BuildTools/M4/depend/generic.m4 +++ /dev/null @@ -1,8 +0,0 @@ -# @(#)generic.m4 8.2 (Berkeley) 2/9/1998 -# dependencies -# gross overkill, and yet still not quite enough.... -${OBJS}: ${SRCDIR}/sendmail.h ${SRCDIR}/conf.h - -# give a null "depend" list so that the startup script will work -depend: -# End of generic.m4 diff --git a/contrib/sendmail/BuildTools/M4/header.m4 b/contrib/sendmail/BuildTools/M4/header.m4 deleted file mode 100644 index 087cf0e48dce..000000000000 --- a/contrib/sendmail/BuildTools/M4/header.m4 +++ /dev/null @@ -1,32 +0,0 @@ -# -# Copyright (c) 1998 Sendmail, Inc. All rights reserved. -# -# By using this file, you agree to the terms and conditions set -# forth in the LICENSE file which can be found at the top level of -# the sendmail distribution. -# -# -# Definitions for Makefile construction for sendmail -# -# @(#)header.m4 8.14 (Berkeley) 5/19/1998 -# -changecom(^A) -undefine(`format') -undefine(`hpux') -ifdef(`pushdef', `', - `errprint(`You need a newer version of M4, at least as new as -System V or GNU') - include(NoSuchFile)') -define(`confABI', `') -define(`confCC', `cc') -define(`confSHELL', `/bin/sh') -define(`confBEFORE', `') -define(`confLIBDIRS', `') -define(`confINCDIRS', `') -define(`confLIBSEARCH', `db bind resolv 44bsd') -define(`confSITECONFIG', `site.config') -define(`confBUILDBIN', `../../BuildTools/bin') -define(`PUSHDIVERT', `pushdef(`__D__', divnum)divert($1)') -define(`POPDIVERT', `divert(__D__)popdef(`__D__')') -define(`APPENDDEF', `define(`$1', ifdef(`$1', `$1 $2', `$2'))') -define(`PREPENDDEF', `define(`$1', ifdef(`$1', `$2 $1', `$2'))') |