[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / sys / arch / sparc / stand / binstall

Annotation of sys/arch/sparc/stand/binstall/Makefile, Revision 1.1

1.1     ! nbrk        1: #      $OpenBSD: Makefile,v 1.1 1997/09/17 10:46:13 downsj Exp $
        !             2:
        !             3: NOMAN= noman
        !             4:
        !             5: beforeinstall:
        !             6:        ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
        !             7:            ${.CURDIR}/binstall.sh ${DESTDIR}${BINDIR}/binstall
        !             8:
        !             9: .include <bsd.prog.mk>

CVSweb