NetBSD/sbin/fsirand/Makefile
lukem 2fa188aaec change -F semantics to treat the argument as a file system image; open it
`as-is' without attempting to determine the device name with opendisk(3),
and don't attempt to read a disklabel.
2001-11-16 04:25:42 +00:00

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>