freebsd-ports/mail/mh/scripts/configure
1994-10-06 19:41:06 +00:00

10 lines
86 B
Bash

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