2001-08-03 06:30:23 +04:00
|
|
|
# $NetBSD: Makefile,v 1.4 2001/08/03 02:30:23 lukem Exp $
|
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-08-03 06:30:23 +04:00
|
|
|
WARNS= 2
|
|
|
|
|
1998-03-18 20:07:14 +03:00
|
|
|
.PATH: ${.CURDIR}/../../sys/ufs/ffs
|
1997-03-07 23:16:39 +03:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|