7e46dafa58
Now that config(8) has supported include for 19 years, transition to including the NOTES files. include support didn't exist at the time, nor did the envvar stuff recently added. Now that it does, eliminate the building of LINT files by just including everything you need. Note: This may cause conflicts with updating in some cases. find sys -name LINT\* -rm is suggested across this commit to remove the generated LINT files. Reviewed by: kevans Differential Revision: https://reviews.freebsd.org/D26540
21 lines
344 B
Plaintext
21 lines
344 B
Plaintext
# $FreeBSD$
|
|
include LINT
|
|
ident LINT-NOIP
|
|
makeoptions MKMODULESENV+="WITHOUT_INET_SUPPORT="
|
|
makeoptions MKMODULESENV+="WITHOUT_INET6_SUPPORT="
|
|
nooptions INET
|
|
nooptions INET6
|
|
nodevice age
|
|
nodevice alc
|
|
nodevice ale
|
|
nodevice bxe
|
|
nodevice em
|
|
nodevice fxp
|
|
nodevice jme
|
|
nodevice msk
|
|
nodevice mxge
|
|
nodevice sge
|
|
nodevice sk
|
|
nodevice txp
|
|
nodevice netmap
|