summaryrefslogtreecommitdiffstats
path: root/contrib/ipfilter/man/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ipfilter/man/Makefile')
-rw-r--r--contrib/ipfilter/man/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/contrib/ipfilter/man/Makefile b/contrib/ipfilter/man/Makefile
new file mode 100644
index 0000000..c62e54c
--- /dev/null
+++ b/contrib/ipfilter/man/Makefile
@@ -0,0 +1,21 @@
+#
+# (C)opyright 1993, 1994, 1995 by Darren Reed.
+#
+# This code may be freely distributed as long as it retains this notice
+# and is not changed in any way. The author accepts no responsibility
+# for the use of this software. I hate legaleese, don't you ?
+
+all:
+
+install:
+ $(INSTALL) -m 0644 -c -o root -g bin ipf.1 $(MANDIR)/man1
+ $(INSTALL) -m 0644 -c -o root -g bin ipftest.1 $(MANDIR)/man1
+ $(INSTALL) -m 0644 -c -o root -g bin ipnat.1 $(MANDIR)/man1
+ $(INSTALL) -m 0644 -c -o root -g bin ipf.4 $(MANDIR)/man4
+ $(INSTALL) -m 0644 -c -o root -g bin ipl.4 $(MANDIR)/man4
+ $(INSTALL) -m 0644 -c -o root -g bin ipnat.4 $(MANDIR)/man4
+ $(INSTALL) -m 0644 -c -o root -g bin ipf.5 $(MANDIR)/man5
+ $(INSTALL) -m 0644 -c -o root -g bin ipnat.5 $(MANDIR)/man5
+ $(INSTALL) -m 0644 -c -o root -g bin ipmon.8 $(MANDIR)/man8
+ $(INSTALL) -m 0644 -c -o root -g bin ipfstat.8 $(MANDIR)/man8
+ @echo "Remember to rebuild the whatis database."
OpenPOWER on IntegriCloud