summaryrefslogtreecommitdiffstats
path: root/ham/ax25-tools/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'ham/ax25-tools/BUILD')
-rwxr-xr-xham/ax25-tools/BUILD17
1 files changed, 17 insertions, 0 deletions
diff --git a/ham/ax25-tools/BUILD b/ham/ax25-tools/BUILD
new file mode 100755
index 0000000000..658ce2877f
--- /dev/null
+++ b/ham/ax25-tools/BUILD
@@ -0,0 +1,17 @@
+(
+
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ $OPTS &&
+ make &&
+ prepare_install &&
+# make install-strip && #this is broken in the tools spell
+
+if query "Do you want the example config files?" n
+ then make installconf
+fi
+
+) > $C_FIFO 2>&1
+
+