summaryrefslogtreecommitdiffstats
path: root/ham/xcall/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'ham/xcall/BUILD')
-rwxr-xr-xham/xcall/BUILD11
1 files changed, 11 insertions, 0 deletions
diff --git a/ham/xcall/BUILD b/ham/xcall/BUILD
new file mode 100755
index 0000000000..75d92fa90c
--- /dev/null
+++ b/ham/xcall/BUILD
@@ -0,0 +1,11 @@
+(
+
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ $OPTS &&
+ make &&
+ prepare_install &&
+ make install-strip
+
+) > $C_FIFO 2>&1