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