diff options
author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1994-05-30 14:17:23 +0000 |
---|---|---|
committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1994-05-30 14:17:23 +0000 |
commit | 9f23196c427eddb59bd454053a732e7cfebcb459 (patch) | |
tree | cbc76bb7378182b40bb7ac82490598cf9234b40d /usr.bin/lorder | |
parent | 5c64522858e96e82287b3b310862033f51fcc8f5 (diff) | |
download | src-test2-9f23196c427eddb59bd454053a732e7cfebcb459.tar.gz src-test2-9f23196c427eddb59bd454053a732e7cfebcb459.zip |
Notes
Diffstat (limited to 'usr.bin/lorder')
-rw-r--r-- | usr.bin/lorder/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/lorder/Makefile b/usr.bin/lorder/Makefile index 12f99c62ca13..96264e8b2049 100644 --- a/usr.bin/lorder/Makefile +++ b/usr.bin/lorder/Makefile @@ -2,9 +2,8 @@ MAN1= lorder.0 -install: maninstall +install: install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${.CURDIR}/lorder.sh ${DESTDIR}/${BINDIR}/lorder .include <bsd.prog.mk> -.include <bsd.man.mk> |