Home | History | Annotate | Line # | Download | only in common
Makefile.dhcpcd revision 1.1
      1  1.1  joerg # $NetBSD: Makefile.dhcpcd,v 1.1 2009/04/07 11:49:17 joerg Exp $
      2  1.1  joerg 
      3  1.1  joerg IMAGEDEPENDS+= 	\
      4  1.1  joerg 	${DESTDIR}/etc/dhcpcd.conf \
      5  1.1  joerg 	${DESTDIR}/libexec/dhcpcd-run-hooks \
      6  1.1  joerg 	${DESTDIR}/libexec/dhcpcd-hooks/30-hostname
      7  1.1  joerg 
      8  1.1  joerg LISTS+=		${DISTRIBDIR}/common/list.dhcpcd
      9