Subject: Re: Getting "make package" to make package on dependent files too.
To: None <tech-pkg@netbsd.org>
From: Roland Illig <roland.illig@gmx.de>
List: tech-pkg
Date: 06/23/2004 22:25:40
Marc Tooley wrote:
> Since I destroy and remake the chroot with pkg_comp each time I rebuild 
> an updated pkgsrc, is there a way to make sure it builds the full list 
> of packages in binary form for each dependent object too?

Yes, there is, of course. :)

Just include

    DEPENDS_TARGET= package

into your mk.conf.

Roland