build: add BSDmakefile

Warns user to run `gmake` instead.
This commit is contained in:
Ben Noordhuis 2011-08-12 04:46:35 +02:00
parent 1485c47999
commit 20074288ac

2
BSDmakefile Normal file
View File

@ -0,0 +1,2 @@
all:
@echo "I need GNU make. Please run \`gmake\` instead."