>> WITHOUT_MODULES= ... in make.conf traditionally Exactly - that's why my /etc/make/modex.conf has: WITHOUT_MODULES= aac acpi_asus acpi_dock acpi_fujitsu acpi_hp \ and on and on... I do not want to put this long list in the make.conf because it makes that file a lot more complicated than necessary. So I prefer to separate the list of excluded modules into a different file.
@Ronald_Klop: I use /etc/make.conf. A portion of that file is: ---------------- #.include "/etc/make/modex.conf" #WITHOUT_MODULES= "/etc/make/modex.conf" BUILDFLAGS= /usr/local/share/bsdadminscripts/buildflags.mk .if exists(${BUILDFLAGS}) .include "${BUILDFLAGS}" .endif ---------------- I also use /etc/src.conf for stuff like WITHOUT_PORTSNAP= yes, WITHOUT_SENDMAIL= yes -- View this message in context: http://freebsd.1045724.n5.nabble.com/Question-regarding-etc-src-conf-tp5769677p5769816.html Sent from the freebsd-stable mailing list archive at Nabble.com. _______________________________________________ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"