Makefile revision 1.4
1#	@(#)Makefile	5.3 (Berkeley) 5/18/90
2
3MAN1=	lorder.0
4
5NOPROG=noprog
6
7realinstall:
8	install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
9	    ${.CURDIR}/lorder.sh ${DESTDIR}${BINDIR}/lorder
10
11.include <bsd.prog.mk>
12