NetBSD/sys/lkm/net/Makefile
peter 1c9b56c830 Add MKIPFILTER; if set to no, don't build and install the ipf(4) programs,
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.
2005-02-22 14:39:58 +00:00

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>