1993-03-21 12:45:37 +03:00
|
|
|
# @(#)Makefile 5.3 (Berkeley) 5/18/90
|
|
|
|
|
|
|
|
MAN1= lorder.0
|
|
|
|
|
1993-04-26 05:53:05 +04:00
|
|
|
all lorder:
|
1993-03-21 12:45:37 +03:00
|
|
|
|
1993-04-26 05:54:30 +04:00
|
|
|
clean cleandir depend lint tags:
|
1993-03-21 12:45:37 +03:00
|
|
|
|
1993-04-26 05:54:30 +04:00
|
|
|
install:
|
1993-03-21 12:45:37 +03:00
|
|
|
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
|
|
|
${.CURDIR}/lorder.sh ${DESTDIR}/${BINDIR}/lorder
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
.include <bsd.man.mk>
|