This commit is contained in:
lukem 2001-08-03 02:30:23 +00:00
parent 7c0934f7f5
commit 3f273dbe61
1 changed files with 3 additions and 1 deletions

View File

@ -1,9 +1,11 @@
# $NetBSD: Makefile,v 1.3 1999/01/15 13:32:06 bouyer Exp $
# $NetBSD: Makefile,v 1.4 2001/08/03 02:30:23 lukem Exp $
PROG= fsirand
SRCS= fsirand.c ffs_bswap.c
MAN= fsirand.8
WARNS= 2
.PATH: ${.CURDIR}/../../sys/ufs/ffs
.include <bsd.prog.mk>