kernel - Fix issue w/ buffer ortation when doing non-blocking read from bpf
[dragonfly.git] / contrib / ipfilter / man / Makefile
blob05164d7c818f7b3752fecbd355ea3e2a2dc289af
2 # Copyright (C) 1993-1998 by Darren Reed.
4 # Redistribution and use in source and binary forms are permitted
5 # provided that this notice is preserved and due credit is given
6 # to the original author and the contributors.
9 all:
11 install:
12 $(INSTALL) -m 0644 -c -o root -g bin ipftest.1 $(MANDIR)/man1
13 $(INSTALL) -m 0644 -c -o root -g bin ipnat.8 $(MANDIR)/man8
14 $(INSTALL) -m 0644 -c -o root -g bin ipf.4 $(MANDIR)/man4
15 $(INSTALL) -m 0644 -c -o root -g bin ipl.4 $(MANDIR)/man4
16 $(INSTALL) -m 0644 -c -o root -g bin ipnat.4 $(MANDIR)/man4
17 $(INSTALL) -m 0644 -c -o root -g bin ipf.5 $(MANDIR)/man5
18 $(INSTALL) -m 0644 -c -o root -g bin ipnat.5 $(MANDIR)/man5
19 $(INSTALL) -m 0644 -c -o root -g bin ipf.8 $(MANDIR)/man8
20 $(INSTALL) -m 0644 -c -o root -g bin ipfs.8 $(MANDIR)/man8
21 $(INSTALL) -m 0644 -c -o root -g bin ipmon.8 $(MANDIR)/man8
22 $(INSTALL) -m 0644 -c -o root -g bin ipfstat.8 $(MANDIR)/man8
23 @echo "Remember to rebuild the whatis database."