From 0b8115bc8201811304d67582a3e9233720e169e5 Mon Sep 17 00:00:00 2001 From: rgrimes Date: Mon, 30 May 1994 14:17:23 +0000 Subject: Cleanup so that make install can run, many install: maninstall changed to just install:, sperious targets and CLEANFILES removed. --- usr.bin/lorder/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.bin/lorder/Makefile') diff --git a/usr.bin/lorder/Makefile b/usr.bin/lorder/Makefile index 12f99c6..96264e8 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 -.include -- cgit v1.1