1# $OpenBSD: Makefile,v 1.1 1997/01/26 02:23:20 millert Exp $ 2 3PROG= fsirand 4MAN= fsirand.8 5DPADD= ${LIBUTIL} 6LDADD= -lutil 7 8.include <bsd.prog.mk> 9