12 lines
188 B
Makefile
12 lines
188 B
Makefile
# $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>
|