1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/mail/mh/scripts/configure

10 lines
86 B
Plaintext
Raw Normal View History

1994-10-04 23:32:54 +00:00
#!/bin/sh
#
# Configure MH
#
cd $WRKSRC/conf
1994-10-04 23:32:54 +00:00
make
./mhconfig FreeBSD
cd ..
make clean