]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/conf/makeLINT.sed
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / sys / conf / makeLINT.sed
1 #!/usr/bin/sed -E -n -f
2 # $FreeBSD$
3
4 /^(machine|files|ident|(no)?device|(no)?makeoption(s)?|(no)?option(s)?|profile|cpu|maxusers)[[:space:]]/ {
5     s/[[:space:]]*#.*$//
6     p
7 }