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

MAN1=	lorder.0

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

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