NetBSD/usr.bin/lorder/Makefile
1993-03-21 09:45:37 +00:00

18 lines
301 B
Makefile

# @(#)Makefile 5.3 (Berkeley) 5/18/90
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>