diff options
Diffstat (limited to 'usr.bin/oldrdist/Makefile')
-rw-r--r-- | usr.bin/oldrdist/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/oldrdist/Makefile b/usr.bin/oldrdist/Makefile index dca59a23cec..e82932c2bbb 100644 --- a/usr.bin/oldrdist/Makefile +++ b/usr.bin/oldrdist/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 1996/12/08 14:32:31 downsj Exp $ +# $OpenBSD: Makefile,v 1.6 1997/04/27 20:56:51 millert Exp $ PROG= rdist CFLAGS+=-I${.CURDIR} @@ -10,7 +10,7 @@ CLEANFILES=y.tab.h MAN= oldrdist.1 realinstall: - ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ - ${PROG} ${DESTDIR}${BINDIR}/oldrdist + ${INSTALL} ${INSTALL_COPY} ${INSTALL_STRIP} -o ${BINOWN} -g ${BINGRP} \ + -m ${BINMODE} ${PROG} ${DESTDIR}${BINDIR}/oldrdist .include <bsd.prog.mk> |