summaryrefslogtreecommitdiff
path: root/usr.bin/lorder/Makefile
blob: 21755a9db30686fa479cd5859e6d809c8bdbd684 (plain)
1
2
3
4
5
6
7
8
9
10
11
#	$OpenBSD: Makefile,v 1.9 2011/11/08 10:37:10 guenther Exp $

MAN=	lorder.1

SCRIPT=	lorder.sh

realinstall:
	${INSTALL} ${INSTALL_COPY} -S -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
	    ${.CURDIR}/${SCRIPT} ${DESTDIR}${BINDIR}/lorder

.include <bsd.prog.mk>