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

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

1.4     ! millert     1: #      $OpenBSD: Makefile,v 1.3 1996/12/08 14:32:36 downsj Exp $
1.1       deraadt     2:
                      3: MAN=   true.1
                      4:
                      5: beforeinstall:
1.4     ! millert     6:        ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
1.1       deraadt     7:                ${.CURDIR}/true.sh ${DESTDIR}${BINDIR}/true
                      8:
                      9: .include <bsd.prog.mk>