head	1.1;
access;
symbols
	netbsd-11-0-RC6:1.1
	netbsd-11-0-RC5:1.1
	netbsd-11-0-RC4:1.1
	netbsd-11-0-RC3:1.1
	netbsd-11-0-RC2:1.1
	netbsd-11-0-RC1:1.1
	perseant-exfatfs-base-20250801:1.1
	netbsd-11:1.1.0.10
	netbsd-11-base:1.1
	netbsd-10-1-RELEASE:1.1
	perseant-exfatfs-base-20240630:1.1
	perseant-exfatfs:1.1.0.8
	perseant-exfatfs-base:1.1
	netbsd-10-0-RELEASE:1.1
	netbsd-10-0-RC6:1.1
	netbsd-10-0-RC5:1.1
	netbsd-10-0-RC4:1.1
	netbsd-10-0-RC3:1.1
	netbsd-10-0-RC2:1.1
	netbsd-10-0-RC1:1.1
	netbsd-10:1.1.0.6
	netbsd-10-base:1.1
	cjep_sun2x-base1:1.1
	cjep_sun2x:1.1.0.4
	cjep_sun2x-base:1.1
	cjep_staticlib_x-base1:1.1
	cjep_staticlib_x:1.1.0.2
	cjep_staticlib_x-base:1.1;
locks; strict;
comment	@# @;


1.1
date	2020.07.22.19.00.19;	author roy;	state Exp;
branches;
next	;
commitid	wtzMDDjuZsq2M6hC;


desc
@@


1.1
log
@openresolv: Rework the build system to cope with more directories

While here, install avahi-daemon and mdnsd notifiers for when
/etc/resolv.conf is updated.
@
text
@# $NetBSD: Makefile.inc $
#

DIST=		${NETBSDSRCDIR}/external/bsd/openresolv/dist
.PATH:		${DIST} 

RESOLVCONF_SED=	-e 's:@@PREFIX@@::g' \
		-e 's:@@SBINDIR@@:/sbin:g' \
		-e 's:@@RCDIR@@:/etc/rc.d:g' \
		-e 's:@@SYSCONFDIR@@:/etc:g' \
		-e 's:@@LIBEXECDIR@@:/libexec/resolvconf:g' \
		-e 's:@@VARDIR@@:/var/run/resolvconf:g' \
		-e 's:@@RESTARTCMD@@::g' \
		-e 's:@@STATUSARG@@::g'
@
