Skip to content

Commit 58ad0f7

Browse files
piotoJonas Kramer
authored and
Jonas Kramer
committed
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
1 parent b5ce147 commit 58ad0f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

BSDmakefile

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
all ${.TARGETS}:
2+
@gmake $@
3+

0 commit comments

Comments
 (0)