1999-01-15 16:32:05 +03:00
|
|
|
# $NetBSD: Makefile,v 1.3 1999/01/15 13:32:06 bouyer 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
|
|
|
|
|
|
|
.PATH: ${.CURDIR}/../../sys/ufs/ffs
|
1997-03-07 23:16:39 +03:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|