Home | History | Annotate | Line # | Download | only in fsirand
      1  1.9  christos #	$NetBSD: Makefile,v 1.9 2016/01/23 21:22:47 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.9  christos CPPFLAGS+= -D_KERNTYPES
     11  1.4     lukem 
     12  1.6     lukem .PATH:  ${NETBSDSRCDIR}/sys/ufs/ffs
     13  1.1  christos 
     14  1.1  christos .include <bsd.prog.mk>
     15