Home | History | Annotate | Line # | Download | only in fsirand
Makefile revision 1.5
      1  1.5     lukem #	$NetBSD: Makefile,v 1.5 2001/11/16 04:25:42 lukem Exp $
      2  1.1  christos 
      3  1.1  christos PROG=	fsirand
      4  1.2    bouyer SRCS=	fsirand.c ffs_bswap.c
      5  1.1  christos MAN=	fsirand.8
      6  1.5     lukem 
      7  1.5     lukem LDADD+=	-lutil
      8  1.4     lukem 
      9  1.4     lukem WARNS=	2
     10  1.2    bouyer 
     11  1.2    bouyer .PATH:  ${.CURDIR}/../../sys/ufs/ffs
     12  1.1  christos 
     13  1.1  christos .include <bsd.prog.mk>
     14