summaryrefslogtreecommitdiff
path: root/usr.sbin/sendmail/cf
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1996-12-08 15:00:09 +0000
committerJason Downs <downsj@cvs.openbsd.org>1996-12-08 15:00:09 +0000
commit7b12c8734d7e8c4ce180c40d12c579291d401a9e (patch)
treec4eaf5c2a6c77de1fe90742f5c9dd236a5e1a8d0 /usr.sbin/sendmail/cf
parentea883c36316a8d2e4d3f02515b53427aa82ada27 (diff)
install -> ${INSTALL}, -c -> ${COPY}
Diffstat (limited to 'usr.sbin/sendmail/cf')
-rw-r--r--usr.sbin/sendmail/cf/cf/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/sendmail/cf/cf/Makefile b/usr.sbin/sendmail/cf/cf/Makefile
index 03cae566d3f..d6a7626bcd8 100644
--- a/usr.sbin/sendmail/cf/cf/Makefile
+++ b/usr.sbin/sendmail/cf/cf/Makefile
@@ -1,3 +1,4 @@
+# $OpenBSD: Makefile,v 1.5 1996/12/08 15:00:04 downsj Exp $
# @(#)Makefile 8.17 (Berkeley) 9/12/95
#
@@ -34,7 +35,7 @@ clean cleandir:
depend install:
distribution:
- install -c -o root -g wheel -m 444 netbsd-proto.cf \
+ ${INSTALL} ${COPY} -o root -g wheel -m 444 netbsd-proto.cf \
${DESTDIR}/etc/sendmail.cf
# this is overkill, but....