diff options
Diffstat (limited to 'sbin/fsirand/Makefile')
-rw-r--r-- | sbin/fsirand/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sbin/fsirand/Makefile b/sbin/fsirand/Makefile new file mode 100644 index 000000000000..5f2446bb9e82 --- /dev/null +++ b/sbin/fsirand/Makefile @@ -0,0 +1,8 @@ +# $OpenBSD: Makefile,v 1.1 1997/01/26 02:23:20 millert Exp $ + +PROG= fsirand +MAN= fsirand.8 +DPADD= ${LIBUTIL} +LDADD= -lutil + +.include <bsd.prog.mk> |