NetBSD/usr.bin/lorder/Makefile

12 lines
214 B
Makefile

# @(#)Makefile 5.3 (Berkeley) 5/18/90
MAN1= lorder.0
NOPROG=noprog
realinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/lorder.sh ${DESTDIR}${BINDIR}/lorder
.include <bsd.prog.mk>