]> git.ipfire.org Git - people/ms/network.git/blobdiff - Makefile
pppoe-server: New (client) hook.
[people/ms/network.git] / Makefile
index 0fb47447d5b802546c98ccce22e1b6df7c9a7e33..e118ae86b783dac6ae4fec5513ec4cf2980e8fe2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -57,6 +57,9 @@ install:
        ln -svf ip-updown $(DESTDIR)$(sysconfdir)/ppp/ipv6-down
        install -m 755 -v ppp/dialer $(DESTDIR)$(sysconfdir)/ppp
 
+       # Install pppoe-server wrapper.
+       install -m 755 ppp/pppoe-server $(DESTDIR)$(libdir)/network/
+
        # Create the version file.
        : > $(VERSION_FILE)
        echo "# This file is automatically generated." >> $(VERSION_FILE)