diff options
| author | tron <tron@NetBSD.org> | 2000-04-19 21:48:41 +0000 |
|---|---|---|
| committer | tron <tron@NetBSD.org> | 2000-04-19 21:48:41 +0000 |
| commit | c570c5c3cbcd39f5f0a6799b26e461a86f57e3fa (patch) | |
| tree | b8053c04a7da74c2a674eb0579be8e5dd9775cdf /gnu | |
| parent | a3bdc6a5f9d77e9ef5821b740a327af050d05774 (diff) | |
Repload "cf.m4" in build rule for sendmail configurations as requested
by the documentation. Patch supplied by Andrew Brown in PR misc/9919.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.sbin/sendmail/cf/cf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.sbin/sendmail/cf/cf/Makefile b/gnu/usr.sbin/sendmail/cf/cf/Makefile index 3d7374efa86..28b7cdfae4c 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} |
