openbsd-ports/mail/mh/scripts/configure
1998-04-30 23:51:57 +00:00

10 lines
86 B
Bash
Executable File

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