Skip to content

Commit

Permalink
Support for FreeBSD using BSDmakefile
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Hall <hsw@openmoko.com>
  • Loading branch information
hxw committed Feb 18, 2014
1 parent f6764e5 commit 86163f1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions BSDmakefile
@@ -0,0 +1,12 @@
# BSDmakefile
# just a quick redirect to gmake

GMAKE = gmake
ERL_PATH = /usr/local/lib/erlang16/bin

# for no targets on command line
.MAIN: all

# do each target separately
${.TARGETS}:
@env PATH="${PATH}:${ERL_PATH}" MFLAGS= MAKEFLAGS= ${GMAKE} ${MAKEFLAGS} ${.TARGET}

0 comments on commit 86163f1

Please sign in to comment.