1*42b9e898Sroy# $NetBSD: Makefile,v 1.1 2020/07/22 19:00:20 roy Exp $ 2*42b9e898Sroy# 3*42b9e898Sroy 4*42b9e898Sroy.include <bsd.own.mk> 5*42b9e898Sroy.include "../../Makefile.inc" 6*42b9e898Sroy 7*42b9e898SroyFILES= avahi-daemon mdnsd 8*42b9e898SroyFILESDIR= /libexec/resolvconf/libc.d 9*42b9e898Sroy# We should not have to do this ... 10*42b9e898Sroy.for f in ${FILES} 11*42b9e898SroyFILESBUILD_$f= yes 12*42b9e898Sroy.endfor 13*42b9e898Sroy 14*42b9e898SroyCLEANFILES= ${FILES} 15*42b9e898Sroy 16*42b9e898Sroy.for f in ${FILES} 17*42b9e898Sroy${f}: Makefile ${f}.in 18*42b9e898Sroy ${TOOL_SED} ${RESOLVCONF_SED} ${DIST}/${f}.in >$@ 19*42b9e898Sroy.endfor 20*42b9e898Sroy 21*42b9e898Sroy.include <bsd.prog.mk> 22