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

Annotation of src/usr.bin/stat/Makefile, Revision 1.1

1.1     ! otto        1: #      $OpenBSD$
        !             2: #      $NetBSD: Makefile,v 1.7 2003/07/25 03:21:17 atatat Exp $
        !             3:
        !             4: PROG=  stat
        !             5:
        !             6: LINKS= ${BINDIR}/stat ${BINDIR}/readlink
        !             7: MLINKS=        stat.1 readlink.1
        !             8:
        !             9: .include <bsd.prog.mk>