Makefile revision 22514
1#
2# (C)opyright 1993, 1994, 1995 by Darren Reed.
3#
4# This code may be freely distributed as long as it retains this notice
5# and is not changed in any way.  The author accepts no responsibility
6# for the use of this software.  I hate legaleese, don't you ?
7
8all:
9
10install:
11	$(INSTALL) -m 0644 -c -o root -g bin ipf.1 $(MANDIR)/man1
12	$(INSTALL) -m 0644 -c -o root -g bin ipftest.1 $(MANDIR)/man1
13	$(INSTALL) -m 0644 -c -o root -g bin ipnat.1 $(MANDIR)/man1
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 ipmon.8 $(MANDIR)/man8
20	$(INSTALL) -m 0644 -c -o root -g bin ipfstat.8 $(MANDIR)/man8
21	@echo "Remember to rebuild the whatis database."
22