summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorgandalf <gandalf>2004-09-09 09:57:11 +0000
committergandalf <gandalf>2004-09-09 09:57:11 +0000
commit771d8309efa1555cbd0015592f082434f444e14f (patch)
tree25a9a7a886d04fc9433588ffddc341d4026b73ae /Makefile
parent3a2e3d6b06ba743e1a6df17943f25bbb9173e394 (diff)
Fix typo. (Phil Oester) Closes #239
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0c8fe50..09cd5c7 100644
--- a/Makefile
+++ b/Makefile
@@ -191,7 +191,7 @@ iptables.8: iptables.8.in extensions/libipt_matches.man extensions/libipt_target
sed -e '/@MATCH@/ r extensions/libipt_matches.man' -e '/@TARGET@/ r extensions/libipt_targets.man' iptables.8.in >iptables.8
ip6tables.8: ip6tables.8.in extensions/libip6t_matches.man extensions/libip6t_targets.man
- sed -e '/@MATCH@/ r extensions/libip6t_matches.man' -e '/@TARGET@/ r extensions/libiptt_targets.man' ip6tables.8.in >ip6tables.8
+ sed -e '/@MATCH@/ r extensions/libip6t_matches.man' -e '/@TARGET@/ r extensions/libip6t_targets.man' ip6tables.8.in >ip6tables.8
# Development Targets
.PHONY: install-devel-man3