# What plugin are we building ?

PLUGIN = rprandom

# Who are the maintainers ?
MAINTAINERS = johns

OBJS =	\
    $(OBJDIR)/mertwist.$(O)

DOCSRC = \
	mertwist.c

include ../makeplug

