Home | History | Annotate | Line # | Download | only in fsirand
Makefile revision 1.8
      1  1.8  christos #	$NetBSD: Makefile,v 1.8 2005/06/27 01:00:05 christos Exp $
      2  1.6     lukem 
      3  1.6     lukem .include <bsd.own.mk>
      4  1.1  christos 
      5  1.1  christos PROG=	fsirand
      6  1.2    bouyer SRCS=	fsirand.c ffs_bswap.c
      7  1.1  christos MAN=	fsirand.8
      8  1.5     lukem 
      9  1.5     lukem LDADD+=	-lutil
     10  1.4     lukem 
     11  1.6     lukem .PATH:  ${NETBSDSRCDIR}/sys/ufs/ffs
     12  1.1  christos 
     13  1.1  christos .include <bsd.prog.mk>
     14