new copyright; att/bsd/shared
[unix-history] / usr / src / usr.bin / lorder / Makefile
CommitLineData
91c9242a 1# @(#)Makefile 5.3 (Berkeley) %G%
7ba7c520 2
662ace95 3MAN1= lorder.0
7ba7c520 4
662ace95
KB
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
91c9242a 16.include <bsd.prog.mk>
662ace95 17.include <bsd.man.mk>