ec4a0efb33
Extract configured information from resolv.conf and hostname instead of scraping the last dhcpcd script run. This will allow the use of DHCPv6 and IPv6RA DNS details in the future.
10 lines
289 B
Makefile
10 lines
289 B
Makefile
# $NetBSD: Makefile.dhcpcd,v 1.2 2014/09/12 20:42:13 roy Exp $
|
|
|
|
IMAGEDEPENDS+= \
|
|
${DESTDIR}/etc/dhcpcd.conf \
|
|
${DESTDIR}/libexec/dhcpcd-run-hooks \
|
|
${DESTDIR}/libexec/dhcpcd-hooks/20-resolv.conf \
|
|
${DESTDIR}/libexec/dhcpcd-hooks/30-hostname
|
|
|
|
LISTS+= ${DISTRIBDIR}/common/list.dhcpcd
|