#!/bin/sh

if test ! -f Makefile.conf
then
	cp Makefile.conf.in Makefile.conf
	echo "Optional: if you want to deviate from defaults, you may want to edit your Makefile.conf now."
fi
