On Sun Nov 14 10, Bruce Cran wrote: > On Sunday 14 November 2010 17:53:14 Alexander Best wrote: > > > while you're at it, could you add the following after MK_BOOT? > > > > #.if ${MK_BSNMP} == no > > # to be filled in > > #.endif > > > > i'll try to run two buildworld instances two see which files are being > > affected by WITHOUT_BSNMP. > > It might make more sense to just leave it until we know which files to remove.
you're right. a lot of options need imporovement actually. i'll get back to you on that one. ;) however the following should take care of *_GPIO: .if ${MK_GPIO} == no OLD_FILES+=usr/sbin/gpioctl OLD_FILES+=usr/share/man/man8/gpioctl.8.gz .endif along with src.conf needing regeneration. cheers. alex > > -- > Bruce Cran -- a13x _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"