From: ian Date: Sat, 25 Sep 1999 01:15:55 +0000 (+0000) Subject: Install udptunnel. X-Git-Tag: branchpoint-1996-06-19-retrospective-beforeuserv~7 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=userv-utils.git;a=commitdiff_plain;h=caad5ebbf81ec67dbe4381cf29e1156bcc106184 Install udptunnel. --- diff --git a/ipif/Makefile b/ipif/Makefile index 0d89ae0..90aa70b 100644 --- a/ipif/Makefile +++ b/ipif/Makefile @@ -6,6 +6,7 @@ CFLAGS= -Wall -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith \ etcdir= /etc prefix= /usr/local +bindir= $(prefix)/bin libdir= $(prefix)/lib libuserv= $(libdir)/userv @@ -21,4 +22,5 @@ install: all mkdir -p $(libuserv) $(services) cp service $(libuserv)/ipif cp ipif $(services)/ipif:new + cp udptunnel $(bindir)/. set -e; cd $(services); test -f ipif || mv ipif:new ipif