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

Annotation of src/usr.bin/true/Makefile, Revision 1.2

1.2     ! deraadt     1: #      $OpenBSD: Makefile,v 1.1.1.1 1995/10/18 08:46:26 deraadt Exp $
1.1       deraadt     2:
                      3: MAN=   true.1
                      4:
                      5: beforeinstall:
                      6:        install ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
                      7:                ${.CURDIR}/true.sh ${DESTDIR}${BINDIR}/true
                      8:
                      9: .include <bsd.prog.mk>