re: Managing MI entries in our GENERIC-like files
matthew green <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.general |
|---|---|
| Message-ID | <[email protected]> |
We could do something like like having a GENERIC.in with
m4_define(`bus_pci', 1)dnl
m4_define(`bus_usb', 1)dnl
[ ... ]
i'd rather someone completed the "no foo" support in config(8) that
currently works for only options(?).