From c570c5c3cbcd39f5f0a6799b26e461a86f57e3fa Mon Sep 17 00:00:00 2001 From: tron Date: Wed, 19 Apr 2000 21:48:41 +0000 Subject: [PATCH] Repload "cf.m4" in build rule for sendmail configurations as requested by the documentation. Patch supplied by Andrew Brown in PR misc/9919. --- gnu/usr.sbin/sendmail/cf/cf/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/usr.sbin/sendmail/cf/cf/Makefile b/gnu/usr.sbin/sendmail/cf/cf/Makefile index 3d7374efa86b..28b7cdfae4cd 100644 --- a/gnu/usr.sbin/sendmail/cf/cf/Makefile +++ b/gnu/usr.sbin/sendmail/cf/cf/Makefile @@ -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 @@ OTHERS= boat-anchor.cf chimera.cf sun-lamp.cf ihack.net.cf \ .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}