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