chiark / gitweb /
Initial version of glue - going to abandon -alloc stuff.
[userv-utils.git] / ipif / Makefile
1 #
2
3 CFLAGS=         -Wall -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith \
4                 -Wwrite-strings -g -D_GNU_SOURCE
5
6 etc=            /etc
7 prefix=         /usr/local
8 libipif=        $(prefix)/lib/userv-ipif
9 etcipif=        $(etc)/userv/ipif
10
11 TARGETS=        service
12
13 all:            $(TARGETS)
14
15 install:        all
16                 mkdir -p $(libipif) $(etcipif)
17                 cp service alloc.pl $(libdir)/.
18                 touch $(etcipif)/networks