Add a stub BSDmakefile, which just calls out to gmake.
commit58ad0f785e7ff3db9571e7ed9f291e6f819986e9
authorMike Kelly <pioto@pioto.org>
Tue, 27 Oct 2009 13:57:56 +0000 (27 21:57 +0800)
committerJonas Kramer <jkramer@nex.scrapping.cc>
Thu, 3 Dec 2009 20:51:46 +0000 (4 04:51 +0800)
tree643ff041ec3cce859dcfe9313895179e00591389
parentb5ce1470d5684463711adab255e440ae64df0bb3
Add a stub BSDmakefile, which just calls out to gmake.

Many of the Makefile rules are GNU Make-specific. This lets me just type
'make' on FreeBSD, saving me a keystroke.

Idea stolen from:
  https://dev.openwrt.org/browser/trunk/BSDmakefile?rev=18131
BSDmakefile [new file with mode: 0644]