1998-03-18 20:07:14 +03:00
|
|
|
# $NetBSD: Makefile,v 1.2 1998/03/18 17:07:14 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
|
|
|
DPADD= ${LIBUTIL}
|
|
|
|
LDADD+= -lutil
|
|
|
|
|
|
|
|
.PATH: ${.CURDIR}/../../sys/ufs/ffs
|
1997-03-07 23:16:39 +03:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|