summaryrefslogtreecommitdiff
path: root/contrib/sendmail/BuildTools/M4/depend/NCR.m4
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/sendmail/BuildTools/M4/depend/NCR.m4')
-rw-r--r--contrib/sendmail/BuildTools/M4/depend/NCR.m48
1 files changed, 8 insertions, 0 deletions
diff --git a/contrib/sendmail/BuildTools/M4/depend/NCR.m4 b/contrib/sendmail/BuildTools/M4/depend/NCR.m4
new file mode 100644
index 000000000000..03e0c10dd387
--- /dev/null
+++ b/contrib/sendmail/BuildTools/M4/depend/NCR.m4
@@ -0,0 +1,8 @@
+# @(#)NCR.m4 8.3 (Berkeley) 2/19/98
+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