1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
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