From 179ead2d5b472686e94cf573c3b57c4c8bed1462 Mon Sep 17 00:00:00 2001 From: Paul Traina Date: Thu, 27 Oct 1994 19:23:30 +0000 Subject: [PATCH] lorder(1) manual page not properly installed due to makefile usurping install rule. --- usr.bin/lorder/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/lorder/Makefile b/usr.bin/lorder/Makefile index 9d34693088bb..dc7f9052db09 100644 --- a/usr.bin/lorder/Makefile +++ b/usr.bin/lorder/Makefile @@ -2,7 +2,7 @@ MAN1= lorder.1 -install: +beforeinstall: install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${.CURDIR}/lorder.sh ${DESTDIR}/${BINDIR}/lorder