xref: /freebsd/usr.bin/lorder/Makefile (revision daf1cffce2e07931f27c6c6998652e90df6ba87e)
1#	@(#)Makefile	8.1 (Berkeley) 6/6/93
2
3MAN1=	lorder.1
4
5beforeinstall:
6	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
7	    ${.CURDIR}/lorder.sh ${DESTDIR}${BINDIR}/lorder
8
9.include <bsd.prog.mk>
10