NetBSD/sys/lkm/net/Makefile

12 lines
181 B
Makefile
Raw Normal View History

2005-12-11 15:16:03 +03:00
# $NetBSD: Makefile,v 1.8 2005/12/11 12:24:49 christos Exp $
2004-06-30 06:55:15 +04:00
.include <bsd.own.mk>
SUBDIR= bsdcomp deflate tap
.if (${MKPF} != "no")
SUBDIR+= pf
.endif
.include <bsd.subdir.mk>