10 lines
179 B
Makefile
10 lines
179 B
Makefile
# $NetBSD: Makefile,v 1.3 1999/01/15 13:32:06 bouyer Exp $
|
|
|
|
PROG= fsirand
|
|
SRCS= fsirand.c ffs_bswap.c
|
|
MAN= fsirand.8
|
|
|
|
.PATH: ${.CURDIR}/../../sys/ufs/ffs
|
|
|
|
.include <bsd.prog.mk>
|