1 1.4 lukem # $NetBSD: Makefile,v 1.4 2001/08/03 02:30:23 lukem Exp $ 2 1.1 christos 3 1.1 christos PROG= fsirand 4 1.2 bouyer SRCS= fsirand.c ffs_bswap.c 5 1.1 christos MAN= fsirand.8 6 1.4 lukem 7 1.4 lukem WARNS= 2 8 1.2 bouyer 9 1.2 bouyer .PATH: ${.CURDIR}/../../sys/ufs/ffs 10 1.1 christos 11 1.1 christos .include <bsd.prog.mk> 12