[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / lorder

Annotation of src/usr.bin/lorder/Makefile, Revision 1.9

1.9     ! guenther    1: #      $OpenBSD: Makefile,v 1.8 1999/05/21 01:24:04 espie Exp $
1.1       deraadt     2:
                      3: MAN=   lorder.1
                      4:
                      5: SCRIPT=        lorder.sh
                      6:
                      7: realinstall:
1.9     ! guenther    8:        ${INSTALL} ${INSTALL_COPY} -S -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
1.1       deraadt     9:            ${.CURDIR}/${SCRIPT} ${DESTDIR}${BINDIR}/lorder
                     10:
                     11: .include <bsd.prog.mk>