summaryrefslogtreecommitdiff
path: root/usr.bin/lorder
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1994-05-30 14:17:23 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1994-05-30 14:17:23 +0000
commit9f23196c427eddb59bd454053a732e7cfebcb459 (patch)
treecbc76bb7378182b40bb7ac82490598cf9234b40d /usr.bin/lorder
parent5c64522858e96e82287b3b310862033f51fcc8f5 (diff)
downloadsrc-test2-9f23196c427eddb59bd454053a732e7cfebcb459.tar.gz
src-test2-9f23196c427eddb59bd454053a732e7cfebcb459.zip
Notes
Diffstat (limited to 'usr.bin/lorder')
-rw-r--r--usr.bin/lorder/Makefile3
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>