summaryrefslogtreecommitdiff
path: root/ipif/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ipif/Makefile')
-rw-r--r--ipif/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/ipif/Makefile b/ipif/Makefile
index fe6ec6e..289935e 100644
--- a/ipif/Makefile
+++ b/ipif/Makefile
@@ -39,6 +39,7 @@ PROGRAMS+= $(PROGRAM_TARGETS)
DIRS+= $(libuserv) $(etcuserv) $(services)
DIRS+= $(docdir)/userv-ipif
+DIRS+= $(etcuserv)/ipif-access
DIRS$(depr)+= $(bindir) $(varlibvpn) $(shareuserv)
SHAREFILES$(depr)+= udptunnel-vpn-config.m4 udptunnel-vpn-defaults
@@ -54,6 +55,7 @@ all: $(TARGETS)
install: all
mkdir -p $(DIRS)
cp -b service $(libuserv)/ipif
+ cp -b service-wrap $(libuserv)/ipif-access
set -e; for f in $(PROGRAMS); do cp -b $$f $(bindir)/.; done
cp ipif $(services)/ipif:new
set -e; cd $(services); test -f ipif || mv ipif:new ipif