]> git.ipfire.org Git - people/stevee/network.git/blobdiff - Makefile
headers: Add missing function and rename existing ones.
[people/stevee/network.git] / Makefile
index 1d37164c6d877feca94b0aa768e8e3935fc1e7a7..a33c76d4888dd14fd294ee7ad0fb378e780e5e4b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,25 @@
-include Makeconfig
+###############################################################################
+#                                                                             #
+# IPFire.org - A linux based firewall                                         #
+# Copyright (C) 2012-2013 IPFire Network Development Team                     #
+#                                                                             #
+# This program is free software: you can redistribute it and/or modify        #
+# it under the terms of the GNU General Public License as published by        #
+# the Free Software Foundation, either version 3 of the License, or           #
+# (at your option) any later version.                                         #
+#                                                                             #
+# This program is distributed in the hope that it will be useful,             #
+# but WITHOUT ANY WARRANTY; without even the implied warranty of              #
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the               #
+# GNU General Public License for more details.                                #
+#                                                                             #
+# You should have received a copy of the GNU General Public License           #
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.       #
+#                                                                             #
+###############################################################################
+
+PACKAGE_NAME    = network
+PACKAGE_VERSION = 006
 
 DESTDIR=
 
@@ -24,6 +45,7 @@ CLEANFILES =
 
 # man pages
 MAN_PAGES = \
+       man/firewall-config.8 \
        man/network.8 \
        man/network-config.8 \
        man/network-device.8 \
@@ -32,6 +54,9 @@ MAN_PAGES = \
        man/network-port-batman-adv-port.8 \
        man/network-route.8 \
        man/network-zone.8 \
+       man/network-zone-6rd.8 \
+       man/network-zone-6to4-tunnel.8 \
+       man/network-zone-aiccu.8 \
        man/network-zone-bridge.8 \
        man/network-zone-config-pppoe-server.8 \
        man/network-zone-pppoe.8
@@ -80,7 +105,9 @@ install: $(MAN_PAGES)
        -mkdir -pv $(DESTDIR)$(tmpfilesdir)
        -mkdir -pv $(DESTDIR)$(datadir)/firewall
 
-       install -m 755 -v firewall $(DESTDIR)$(sbindir)
+       install -m 755 -v firewall-config $(DESTDIR)$(sbindir)
+       install -m 755 -v firewall6 $(DESTDIR)$(sbindir)
+       install -m 755 -v firewall4 $(DESTDIR)$(sbindir)
        install -m 755 -v network $(DESTDIR)$(sbindir)
 
        cp -rfv {hooks,header*,functions*} $(DESTDIR)$(libdir)/network/