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, 0 insertions, 17 deletions
diff --git a/ham/ax25-tools/BUILD b/ham/ax25-tools/BUILD
deleted file mode 100755
index 658ce2877f..0000000000
--- a/ham/ax25-tools/BUILD
+++ /dev/null
@@ -1,17 +0,0 @@
-(
-
- ./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
-
-