10 lines
161 B
Makefile
10 lines
161 B
Makefile
# $NetBSD: Makefile,v 1.4 2005/12/11 12:24:49 christos Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.if (${MKIPFILTER} != "no")
|
|
SUBDIR= if_ipl
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|