diff options
| author | David Greenman <dg@FreeBSD.org> | 1995-09-01 06:05:50 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1995-09-01 06:05:50 +0000 |
| commit | 9fda49085342df4bb16c9f49a4a39c0374c564d1 (patch) | |
| tree | 914dce45ace4b79da060a6f199e9d9c1d8fb55e7 /gnu/libexec/uucp/sample | |
| parent | 72d8ed45017b40cbcf5311f0bc3626645e7e3515 (diff) | |
Notes
Diffstat (limited to 'gnu/libexec/uucp/sample')
| -rw-r--r-- | gnu/libexec/uucp/sample/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/libexec/uucp/sample/Makefile b/gnu/libexec/uucp/sample/Makefile index da218987fce9..585a0fa66c50 100644 --- a/gnu/libexec/uucp/sample/Makefile +++ b/gnu/libexec/uucp/sample/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 1993/10/14 12:18:29 rgrimes Exp $ +# $Id: Makefile,v 1.3 1995/07/25 00:31:29 bde Exp $ FILES= call.sample config.sample dial.sample dialcode.sample passwd.sample \ port.sample sys1.sample sys2.sample @@ -11,7 +11,7 @@ BINGRP= $(group) all clean cleandir depend lint tags: install: - install -c -o ${BINOWN} -g ${BINGRP} -m 440 ${FILES} \ + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 440 ${FILES} \ ${DESTDIR}/etc/uucp .include <bsd.prog.mk> |
