#!/bin/sh
#
# Configure MH
#
cd $WRKSRC/conf
make
./mhconfig FreeBSD
cd ..
make clean
