]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blame - lfs/hwdata
Forward Firewall: removed cellspacing and black lines between rules in ruletable
[people/teissler/ipfire-2.x.git] / lfs / hwdata
CommitLineData
93afd047 1###############################################################################
93afd047 2# #
70df8302
MT
3# IPFire.org - A linux based firewall #
4# Copyright (C) 2007 Michael Tremer & Christian Schmidt #
5# #
6# This program is free software: you can redistribute it and/or modify #
93afd047 7# it under the terms of the GNU General Public License as published by #
70df8302 8# the Free Software Foundation, either version 3 of the License, or #
93afd047
MT
9# (at your option) any later version. #
10# #
70df8302 11# This program is distributed in the hope that it will be useful, #
93afd047
MT
12# but WITHOUT ANY WARRANTY; without even the implied warranty of #
13# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
14# GNU General Public License for more details. #
15# #
16# You should have received a copy of the GNU General Public License #
70df8302 17# along with this program. If not, see <http://www.gnu.org/licenses/>. #
93afd047
MT
18# #
19###############################################################################
20
21###############################################################################
22# Definitions
23###############################################################################
24
25include Config
26
ee78a5ef 27VER = ipfire
93afd047 28
ee78a5ef 29THISAPP = hwdata
b7d60471 30TARGET = $(DIR_INFO)/$(THISAPP)
93afd047 31
93afd047
MT
32###############################################################################
33# Top-level Rules
34###############################################################################
35
ee78a5ef 36objects =
93afd047
MT
37
38install : $(TARGET)
39
ee78a5ef 40check :
93afd047 41
ee78a5ef 42download :
93afd047 43
ee78a5ef 44md5 :
93afd047
MT
45
46###############################################################################
47# Installation Details
48###############################################################################
49
50$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
51 @$(PREBUILD)
93afd047 52 -mkdir -p -m 755 /usr/share/hwdata
ee78a5ef 53 install -m 644 $(DIR_SRC)/src/hwdata/*.ids /usr/share/hwdata
93afd047 54 @$(POSTBUILD)