122514Sdarrenr#
2255332Scy# Copyright (C) 2012 by Darren Reed.
322514Sdarrenr#
4145510Sdarrenr# See the IPFILTER.LICENCE file for details on licencing.
531183Speter#
6156061Sdarrenr# $FreeBSD$
7156061Sdarrenr#
822514Sdarrenr
922514Sdarrenrall:
1022514Sdarrenr
1122514Sdarrenrinstall:
12156061Sdarrenr	$(INSTALL) -m 0644 -c -o root -g bin mkfilters.1 $(MANDIR)/man1
1322514Sdarrenr	$(INSTALL) -m 0644 -c -o root -g bin ipftest.1 $(MANDIR)/man1
1492686Sdarrenr	$(INSTALL) -m 0644 -c -o root -g bin ipnat.8 $(MANDIR)/man8
1522514Sdarrenr	$(INSTALL) -m 0644 -c -o root -g bin ipf.4 $(MANDIR)/man4
16145510Sdarrenr	$(INSTALL) -m 0644 -c -o root -g bin ipfilter.4 $(MANDIR)/man4
1722514Sdarrenr	$(INSTALL) -m 0644 -c -o root -g bin ipl.4 $(MANDIR)/man4
1822514Sdarrenr	$(INSTALL) -m 0644 -c -o root -g bin ipnat.4 $(MANDIR)/man4
1922514Sdarrenr	$(INSTALL) -m 0644 -c -o root -g bin ipf.5 $(MANDIR)/man5
20145510Sdarrenr	$(INSTALL) -m 0644 -c -o root -g bin ipfilter.5 $(MANDIR)/man5
2122514Sdarrenr	$(INSTALL) -m 0644 -c -o root -g bin ipnat.5 $(MANDIR)/man5
2231183Speter	$(INSTALL) -m 0644 -c -o root -g bin ipf.8 $(MANDIR)/man8
2360841Sdarrenr	$(INSTALL) -m 0644 -c -o root -g bin ipfs.8 $(MANDIR)/man8
2422514Sdarrenr	$(INSTALL) -m 0644 -c -o root -g bin ipmon.8 $(MANDIR)/man8
25145510Sdarrenr	$(INSTALL) -m 0644 -c -o root -g bin ipmon.5 $(MANDIR)/man5
26145510Sdarrenr	$(INSTALL) -m 0644 -c -o root -g bin ippool.8 $(MANDIR)/man8
27145510Sdarrenr	$(INSTALL) -m 0644 -c -o root -g bin ippool.5 $(MANDIR)/man5
28145510Sdarrenr	$(INSTALL) -m 0644 -c -o root -g bin ipscan.8 $(MANDIR)/man8
29145510Sdarrenr	$(INSTALL) -m 0644 -c -o root -g bin ipscan.5 $(MANDIR)/man5
3022514Sdarrenr	$(INSTALL) -m 0644 -c -o root -g bin ipfstat.8 $(MANDIR)/man8
3122514Sdarrenr	@echo "Remember to rebuild the whatis database."
32