1c9b56c830
headers and LKM. Add MKPF; if set to no, don't build and install the pf(4) programs, headers, LKM and spamd. Both options default to yes, so nothing changed in the default build. Reviewed by lukem.
12 lines
178 B
Makefile
12 lines
178 B
Makefile
# $NetBSD: Makefile,v 1.7 2005/02/22 14:40:01 peter Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
SUBDIR= bsdcomp deflate tap
|
|
|
|
.if (${MKPF} != "no")
|
|
SUBDIR+= pf
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|