]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - sys/conf/makeLINT.sed
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.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 }