summaryrefslogtreecommitdiffstats
path: root/devel/smake/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'devel/smake/BUILD')
-rwxr-xr-xdevel/smake/BUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/smake/BUILD b/devel/smake/BUILD
new file mode 100755
index 0000000000..4ed002ea46
--- /dev/null
+++ b/devel/smake/BUILD
@@ -0,0 +1,5 @@
+if [ -x /opt/schily/bin/smake ]; then
+ /opt/schily/bin/smake
+else
+ make
+fi