Makefile revision 1.3
1# @(#)Makefile 5.3 (Berkeley) 5/18/90 2 3MAN1= lorder.0 4 5all lorder: 6 7clean cleandir depend lint tags: 8 9install: 10 install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ 11 ${.CURDIR}/lorder.sh ${DESTDIR}/${BINDIR}/lorder 12 13.include <bsd.prog.mk> 14.include <bsd.man.mk> 15