10 lines
86 B
Bash
10 lines
86 B
Bash
#!/bin/sh
|
|
#
|
|
# Configure MH
|
|
#
|
|
cd $WRKSRC/conf
|
|
make
|
|
./mhconfig FreeBSD
|
|
cd ..
|
|
make clean
|