From bf41b85d1dca54ab916d94ebba1cf3281f7267e5 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 9 Apr 2013 12:35:33 +0200 Subject: [PATCH] Obsolete Makeconfig file. Moves all content to Makefile. --- Makeconfig | 22 ---------------------- Makefile | 23 ++++++++++++++++++++++- 2 files changed, 22 insertions(+), 23 deletions(-) delete mode 100644 Makeconfig diff --git a/Makeconfig b/Makeconfig deleted file mode 100644 index 86f437e0..00000000 --- a/Makeconfig +++ /dev/null @@ -1,22 +0,0 @@ -############################################################################### -# # -# IPFire.org - A linux based firewall # -# Copyright (C) 2012 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 . # -# # -############################################################################### - -PACKAGE_NAME = network -PACKAGE_VERSION = 005 diff --git a/Makefile b/Makefile index 6c3a70fb..becb89de 100644 --- 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 . # +# # +############################################################################### + +PACKAGE_NAME = network +PACKAGE_VERSION = 005 DESTDIR= -- 2.47.2