Home | History | Annotate | Line # | Download | only in man5
Makefile revision 1.1
      1  1.1  yamt #	$NetBSD: Makefile,v 1.1 2004/11/14 11:26:48 yamt Exp $
      2  1.1  yamt 
      3  1.1  yamt .include <bsd.own.mk>
      4  1.1  yamt 
      5  1.1  yamt .PATH:	${NETBSDSRCDIR}/dist/pf/share/man/man5
      6  1.1  yamt 
      7  1.1  yamt MAN+=	pf.conf.5
      8  1.1  yamt MAN+=	pf.os.5
      9  1.1  yamt MAN+=	spamd.conf.5
     10  1.1  yamt 
     11  1.1  yamt .include <bsd.man.mk>
     12