Skip to content

Commit 3853740

Browse files
committed
Facilitate build with xBSD platforms
Add simple BSDmakefile which just invokes gmake.
1 parent ac0e46c commit 3853740

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

BSDmakefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Just invoke GNU make
2+
all ${.TARGETS}:
3+
@gmake $@

0 commit comments

Comments
 (0)