4b0dfae8ce
minor tweaks by me.
10 lines
86 B
Bash
Executable File
10 lines
86 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# Configure MH
|
|
#
|
|
cd $WRKSRC/conf
|
|
make
|
|
./mhconfig OpenBSD
|
|
cd ..
|
|
make clean
|