blob: 53ea6ba9a27b86dd89ff67d858cb5a6cf1b9eaac (
plain)
1
2
3
4
5
6
7
8
9
|
# $NetBSD: Makefile.inc,v 1.2 2009/10/01 16:36:20 tsarna Exp $
.include <bsd.own.mk>
.include "${.PARSEDIR}/../Makefile.inc"
CPPFLAGS+= -DMDNSD_NOROOT -DMDNSD_USER=\"_mdnsd\"
BINDIR?= /usr/sbin
|