summaryrefslogtreecommitdiffstats
path: root/usr.bin/lorder/Makefile
blob: 12f99c62ca133c89f8edd1a1d478af2c63d557a5 (plain)
1
2
3
4
5
6
7
8
9
10
#	@(#)Makefile	8.1 (Berkeley) 6/6/93

MAN1=	lorder.0

install: maninstall
	install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
	    ${.CURDIR}/lorder.sh ${DESTDIR}/${BINDIR}/lorder

.include <bsd.prog.mk>
.include <bsd.man.mk>
OpenPOWER on IntegriCloud