xref: /original-bsd/usr.bin/lorder/Makefile (revision c3e32dec)
1#	@(#)Makefile	8.1 (Berkeley) 06/06/93
2
3MAN1=	lorder.0
4
5all lorder: ${MAN1}
6
7clean depend lint tags:
8
9cleandir:
10	rm -f ${MAN1}
11
12install: maninstall
13	install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
14	    ${.CURDIR}/lorder.sh ${DESTDIR}/${BINDIR}/lorder
15
16.include <bsd.prog.mk>
17.include <bsd.man.mk>
18