summaryrefslogtreecommitdiff
path: root/security/firewall
diff options
context:
space:
mode:
Diffstat (limited to 'security/firewall')
-rw-r--r--security/firewall/Kconfig11
-rw-r--r--security/firewall/Makefile10
2 files changed, 12 insertions, 9 deletions
diff --git a/security/firewall/Kconfig b/security/firewall/Kconfig
new file mode 100644
index 0000000..66d1c73
--- /dev/null
+++ b/security/firewall/Kconfig
@@ -0,0 +1,11 @@
+config SECURITY_FW
+ bool "Linux Firewall"
+ default y
+ help
+ Content:
+ - Concepts
+ - Structure
+ - Tables
+ - Chains
+ - Rules
+
diff --git a/security/firewall/Makefile b/security/firewall/Makefile
index 257d70d..70d5fad 100644
--- a/security/firewall/Makefile
+++ b/security/firewall/Makefile
@@ -1,9 +1 @@
-all:
- for pdf in `ls -1 handout_*.tex pres_*.tex 2> /dev/null` ; do \
- TEXINPUTS=`pwd`/../..:.:..:$(TEXINPUTS) pdflatex $$pdf; \
- TEXINPUTS=`pwd`/../..:.:..:$(TEXINPUTS) pdflatex $$pdf; \
- done
-
-clean:
- rm -f *.aux *.log *.pdf *.log *.snm *.toc *.vrb *.nav *.out
-
+obj-$(CONFIG_SECURITY_FW) += pres_iptables.pdf