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