mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-08 13:39:25 -04:00
12 lines
203 B
Makefile
12 lines
203 B
Makefile
# $NetBSD: Makefile,v 1.5 2005/08/23 12:12:56 peter Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.PATH: ${NETBSDSRCDIR}/dist/pf/share/man/man5
|
|
|
|
MAN+= pf.boot.conf.5
|
|
MAN+= pf.conf.5
|
|
MAN+= pf.os.5
|
|
|
|
.include <bsd.man.mk>
|