2016-01-24 00:22:45 +03:00
|
|
|
# $NetBSD: Makefile,v 1.9 2016/01/23 21:22:47 christos Exp $
|
2002-08-19 14:16:51 +04:00
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
1997-03-07 23:16:39 +03:00
|
|
|
|
|
|
|
PROG= fsirand
|
1998-03-18 20:07:14 +03:00
|
|
|
SRCS= fsirand.c ffs_bswap.c
|
1997-03-07 23:16:39 +03:00
|
|
|
MAN= fsirand.8
|
1998-03-18 20:07:14 +03:00
|
|
|
|
2001-11-16 07:25:42 +03:00
|
|
|
LDADD+= -lutil
|
2016-01-24 00:22:45 +03:00
|
|
|
CPPFLAGS+= -D_KERNTYPES
|
2001-11-16 07:25:42 +03:00
|
|
|
|
2002-08-19 14:16:51 +04:00
|
|
|
.PATH: ${NETBSDSRCDIR}/sys/ufs/ffs
|
1997-03-07 23:16:39 +03:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|