Makefile revision 60841
122514Sdarrenr#
253024Sguido# Copyright (C) 1993-1998 by Darren Reed.
322514Sdarrenr#
431183Speter# Redistribution and use in source and binary forms are permitted
531183Speter# provided that this notice is preserved and due credit is given
631183Speter# to the original author and the contributors.
731183Speter#
822514Sdarrenr
922514Sdarrenrall:
1022514Sdarrenr
1122514Sdarrenrinstall:
1222514Sdarrenr	$(INSTALL) -m 0644 -c -o root -g bin ipftest.1 $(MANDIR)/man1
1322514Sdarrenr	$(INSTALL) -m 0644 -c -o root -g bin ipnat.1 $(MANDIR)/man1
1422514Sdarrenr	$(INSTALL) -m 0644 -c -o root -g bin ipf.4 $(MANDIR)/man4
1522514Sdarrenr	$(INSTALL) -m 0644 -c -o root -g bin ipl.4 $(MANDIR)/man4
1622514Sdarrenr	$(INSTALL) -m 0644 -c -o root -g bin ipnat.4 $(MANDIR)/man4
1722514Sdarrenr	$(INSTALL) -m 0644 -c -o root -g bin ipf.5 $(MANDIR)/man5
1822514Sdarrenr	$(INSTALL) -m 0644 -c -o root -g bin ipnat.5 $(MANDIR)/man5
1931183Speter	$(INSTALL) -m 0644 -c -o root -g bin ipf.8 $(MANDIR)/man8
2060841Sdarrenr	$(INSTALL) -m 0644 -c -o root -g bin ipfs.8 $(MANDIR)/man8
2122514Sdarrenr	$(INSTALL) -m 0644 -c -o root -g bin ipmon.8 $(MANDIR)/man8
2222514Sdarrenr	$(INSTALL) -m 0644 -c -o root -g bin ipfstat.8 $(MANDIR)/man8
2322514Sdarrenr	@echo "Remember to rebuild the whatis database."
24