NetBSD/usr.bin/lorder/Makefile

15 lines
265 B
Makefile
Raw Normal View History

1993-03-21 12:45:37 +03:00
# @(#)Makefile 5.3 (Berkeley) 5/18/90
MAN1= lorder.0
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>