summaryrefslogtreecommitdiffstats
path: root/ham/libax25/BUILD
blob: 64f3152ee5c82e6453b3521b355fa7bd94b9cd7b (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              &&

  case  $CONFIGS  in
    y|Y) make installconf ;;
  esac

) > $C_FIFO 2>&1