diff options
author | 2001-09-29 15:22:27 +0000 | |
---|---|---|
committer | 2001-09-29 15:22:27 +0000 | |
commit | 0b6ec315c7737762a863c9bcbbbe3ecb14f4d98e (patch) | |
tree | 6201746696d07e93100625802ba250f2e4187444 | |
parent | document tracing and compatibility with other m4. (diff) | |
download | wireguard-openbsd-0b6ec315c7737762a863c9bcbbbe3ecb14f4d98e.tar.xz wireguard-openbsd-0b6ec315c7737762a863c9bcbbbe3ecb14f4d98e.zip |
Add missing dependencies for distribution rule
-rw-r--r-- | gnu/usr.sbin/sendmail/cf/cf/Makefile | 6 |
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 \ |