aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index 7f48e0fd..9594844e 100755
--- a/configure
+++ b/configure
@@ -16,6 +16,10 @@ if [ -f config/$1 ]; then
# echo #echo lines to stdout
sed -n '/^#echo /s///p' config/$1
+ case "$1" in
+ bsd44) ln -s Makefile.bsd44 Makefile ; exit 0 ;;
+ esac
+
sed -n '/^MAKE_.*/s//s,^##&## ,,/p' config/$1 >sedscr
if [ -s sedscr ]
then