summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2001-09-29 15:22:28 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2001-09-29 15:22:28 +0000
commit8b1dd64eda3f7c92b4ace6844abcd7954268898f (patch)
tree8b6c21be4b9e76bde2747e76111f85c90c1abdb2 /gnu
parent63d61e014c95bd44a5167648c1bc07ff4929f942 (diff)
Add missing dependencies for distribution rule
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.sbin/sendmail/cf/cf/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.sbin/sendmail/cf/cf/Makefile b/gnu/usr.sbin/sendmail/cf/cf/Makefile
index 7b1732e206d..74d32f253ae 100644
--- a/gnu/usr.sbin/sendmail/cf/cf/Makefile
+++ b/gnu/usr.sbin/sendmail/cf/cf/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.13 2001/09/25 20:23:41 niklas Exp $
+# $OpenBSD: Makefile,v 1.14 2001/09/29 15:22:27 millert Exp $
#
# Makefile for configuration files.
#
@@ -12,7 +12,7 @@
# /usr/5bin/m4.
#
-M4= m4
+M4= /usr/bin/m4
CFDIR= ${.CURDIR}/..
CHMOD= chmod
ROMODE= 444
@@ -52,7 +52,7 @@ install:
fi; \
fi
-distribution: openbsd-proto.cf
+distribution: openbsd-proto.cf openbsd-localhost.cf submit.cf
${INSTALL} ${INSTALL_COPY} -o root -g wheel -m 644 openbsd-proto.cf \
${DESTDIR}/etc/mail/sendmail.cf
${INSTALL} ${INSTALL_COPY} -o root -g wheel -m 644 openbsd-localhost.cf \