summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorDaniel Roethlisberger <[email protected]>2012-04-18 00:02:14 +0200
committerDaniel Roethlisberger <[email protected]>2012-04-18 00:02:14 +0200
commit8b520cf4de78994c19a33c8a2cf3d5f4ff500af8 (patch)
treef0c569ccd9dc10c285516033df4dfd0fc0b12774 /extra
parentd4be8c3e38aef4c507714a04e9ce79147e3d7a77 (diff)
Redirect BSD make to GNU make
Diffstat (limited to 'extra')
-rw-r--r--extra/pki/BSDmakefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/extra/pki/BSDmakefile b/extra/pki/BSDmakefile
new file mode 100644
index 0000000..5e7470c
--- /dev/null
+++ b/extra/pki/BSDmakefile
@@ -0,0 +1,6 @@
+USE_GNU:
+ @gmake $(.TARGETS)
+
+$(.TARGETS): USE_GNU
+
+.PHONY: USE_GNU