10 lines
163 B
Makefile
10 lines
163 B
Makefile
|
# $NetBSD: Makefile,v 1.1 2009/09/29 23:56:27 tsarna Exp $
|
||
|
|
||
|
.include <bsd.own.mk>
|
||
|
|
||
|
.if (${MKMDNS} != "no")
|
||
|
SUBDIR+= mDNSResponder
|
||
|
.endif
|
||
|
|
||
|
.include <bsd.subdir.mk>
|