summaryrefslogtreecommitdiffstats
path: root/ham/ax25-apps/BUILD
blob: a43b6cee656100c6d339325554aade86e8525cfd (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              &&

if    query  "Do you want the example config files?"  n
  then  make installconf
fi

) > $C_FIFO 2>&1