summaryrefslogtreecommitdiffstats
path: root/usr.bin/lorder/Makefile
blob: 70d28f5d1ccd48d0ed2478834cf57d593a14e658 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#	@(#)Makefile	8.1 (Berkeley) 6/6/93

MAN1=	lorder.0

all lorder: ${MAN1}

clean depend lint tags:

cleandir:
	rm -f ${MAN1}

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