Skip to content

Commit

Permalink
Add a stub BSDmakefile, which just calls out to gmake.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
pioto authored and Jonas Kramer committed Dec 3, 2009
1 parent b5ce147 commit 58ad0f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions BSDmakefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
all ${.TARGETS}:
@gmake $@

0 comments on commit 58ad0f7

Please sign in to comment.