summaryrefslogtreecommitdiffstats
path: root/ham/ax25-tools/BUILD
blob: 658ce2877fcb71bf135868209d525115cc3d1563 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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