summaryrefslogtreecommitdiff
path: root/deps/node/BSDmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'deps/node/BSDmakefile')
-rw-r--r--deps/node/BSDmakefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/deps/node/BSDmakefile b/deps/node/BSDmakefile
deleted file mode 100644
index b2f36fa2..00000000
--- a/deps/node/BSDmakefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# pmake might add -J (private)
-FLAGS=${.MAKEFLAGS:C/\-J ([0-9]+,?)+//W}
-
-all: .DEFAULT
-.DEFAULT:
- @which gmake > /dev/null 2>&1 ||\
- (echo "GMake is required for node.js to build.\
- Install and try again" && exit 1)
- @gmake ${.FLAGS} ${.TARGETS}
-
-.PHONY: test