Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/usr.sbin/sendmail/cf/cf Repload "cf.m4" in build rule fo...
details: https://anonhg.NetBSD.org/src/rev/6d08237cc2b0
branches: trunk
changeset: 485127:6d08237cc2b0
user: tron <tron%NetBSD.org@localhost>
date: Wed Apr 19 21:48:41 2000 +0000
description:
Repload "cf.m4" in build rule for sendmail configurations as requested
by the documentation. Patch supplied by Andrew Brown in PR misc/9919.
diffstat:
gnu/usr.sbin/sendmail/cf/cf/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r daeea763ea79 -r 6d08237cc2b0 gnu/usr.sbin/sendmail/cf/cf/Makefile
--- a/gnu/usr.sbin/sendmail/cf/cf/Makefile Wed Apr 19 20:39:11 2000 +0000
+++ b/gnu/usr.sbin/sendmail/cf/cf/Makefile Wed Apr 19 21:48:41 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2000/02/08 16:13:26 tron Exp $
+# $NetBSD: Makefile,v 1.3 2000/04/19 21:48:41 tron Exp $
# install these sources in /usr/share/sendmail/cf
DIST= ${.CURDIR}/../../../../dist
@@ -28,7 +28,7 @@
.mc.cf:
${RM} $@
- (cd ${CFDIR}/cf && ${M4} ${.CURDIR}/${@:R}.mc > ${.OBJDIR}/$@)
+ (cd ${CFDIR}/cf && ${M4} ${CFDIR}/m4/cf.m4 ${.CURDIR}/${@:R}.mc > ${.OBJDIR}/$@)
${CHMOD} ${ROMODE} $@
realall: ${ALL}
Home |
Main Index |
Thread Index |
Old Index