diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-27 15:14:49 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-27 15:14:49 +0000 |
| commit | d92a0c0bde0045f5357ae9f6dd12ec05f9d62e5f (patch) | |
| tree | 7916631d1e7441b41de72dedd1685c31e1fa7d95 | |
| parent | e5ac5644e20ff3af41976d8fa6861b971c17ddd9 (diff) | |
Notes
| -rw-r--r-- | usr.bin/xinstall/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/xinstall/Makefile b/usr.bin/xinstall/Makefile index 50fafa8e0cd5..5b681b92b7b8 100644 --- a/usr.bin/xinstall/Makefile +++ b/usr.bin/xinstall/Makefile @@ -4,7 +4,7 @@ PROG= xinstall MAN= install.1 -install: maninstall +realinstall: ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${PROG} ${DESTDIR}${BINDIR}/install |
