Makefile revision 74848
1#	@(#)Makefile	8.1 (Berkeley) 6/6/93
2# $FreeBSD: head/usr.bin/lorder/Makefile 74848 2001-03-27 10:52:19Z ru $
3
4MAN=	lorder.1
5
6beforeinstall:
7	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
8	    ${.CURDIR}/lorder.sh ${DESTDIR}${BINDIR}/lorder
9
10.include <bsd.prog.mk>
11