Makefile revision 1.6
1#	from: @(#)Makefile	5.3 (Berkeley) 5/18/90
2#	$Id: Makefile,v 1.6 1994/12/22 12:30:12 cgd Exp $
3
4MAN=	lorder.1
5
6realinstall:
7	install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
8	    ${.CURDIR}/lorder.sh ${DESTDIR}${BINDIR}/lorder
9
10.include <bsd.prog.mk>
11