Home | History | Annotate | Line # | Download | only in stat
Makefile revision 1.5
      1  1.5     agc #	$NetBSD: Makefile,v 1.5 2003/07/21 10:16:55 agc Exp $
      2  1.1  atatat 
      3  1.1  atatat PROG=	stat
      4  1.4   lukem 
      5  1.5     agc .if !defined(HOSTPROG)
      6  1.2  atatat LINKS=	${BINDIR}/stat ${BINDIR}/readlink
      7  1.2  atatat MLINKS=	stat.1 readlink.1
      8  1.4   lukem .endif
      9  1.1  atatat 
     10  1.1  atatat .include <bsd.prog.mk>
     11