chiark / gitweb /
ipif: ship and use ipif-access
[userv-utils.git] / ipif / Makefile
index fe6ec6efefcc00ae68dd3cce890ced5d510136f9..289935e7eef05fcae75d3e0ebee8fbc745af5896 100644 (file)
@@ -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