config root man

Current Path : /usr/src/contrib/ipfilter/man/

FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64
Upload File :
Current File : //usr/src/contrib/ipfilter/man/Makefile

#
# Copyright (C) 1993-1998 by Darren Reed.
#
# See the IPFILTER.LICENCE file for details on licencing.
#
# $FreeBSD: release/9.1.0/contrib/ipfilter/man/Makefile 156061 2006-02-27 11:22:20Z darrenr $
#

all:

install:
	$(INSTALL) -m 0644 -c -o root -g bin mkfilters.1 $(MANDIR)/man1
	$(INSTALL) -m 0644 -c -o root -g bin ipftest.1 $(MANDIR)/man1
	$(INSTALL) -m 0644 -c -o root -g bin ipnat.8 $(MANDIR)/man8
	$(INSTALL) -m 0644 -c -o root -g bin ipf.4 $(MANDIR)/man4
	$(INSTALL) -m 0644 -c -o root -g bin ipfilter.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 ipfilter.5 $(MANDIR)/man5
	$(INSTALL) -m 0644 -c -o root -g bin ipnat.5 $(MANDIR)/man5
	$(INSTALL) -m 0644 -c -o root -g bin ipf.8 $(MANDIR)/man8
	$(INSTALL) -m 0644 -c -o root -g bin ipfs.8 $(MANDIR)/man8
	$(INSTALL) -m 0644 -c -o root -g bin ipmon.8 $(MANDIR)/man8
	$(INSTALL) -m 0644 -c -o root -g bin ipmon.5 $(MANDIR)/man5
	$(INSTALL) -m 0644 -c -o root -g bin ippool.8 $(MANDIR)/man8
	$(INSTALL) -m 0644 -c -o root -g bin ippool.5 $(MANDIR)/man5
	$(INSTALL) -m 0644 -c -o root -g bin ipscan.8 $(MANDIR)/man8
	$(INSTALL) -m 0644 -c -o root -g bin ipscan.5 $(MANDIR)/man5
	$(INSTALL) -m 0644 -c -o root -g bin ipfstat.8 $(MANDIR)/man8
	@echo "Remember to rebuild the whatis database."

Man Man