2fa188aaec
`as-is' without attempting to determine the device name with opendisk(3), and don't attempt to read a disklabel.
14 lines
204 B
Makefile
14 lines
204 B
Makefile
# $NetBSD: Makefile,v 1.5 2001/11/16 04:25:42 lukem Exp $
|
|
|
|
PROG= fsirand
|
|
SRCS= fsirand.c ffs_bswap.c
|
|
MAN= fsirand.8
|
|
|
|
LDADD+= -lutil
|
|
|
|
WARNS= 2
|
|
|
|
.PATH: ${.CURDIR}/../../sys/ufs/ffs
|
|
|
|
.include <bsd.prog.mk>
|