]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - sys/conf/makeLINT.sed
MFC r215649,r215764,r215802,r215804,r215810,r215812,r216091,r216267,r218165,r220301...
[FreeBSD/stable/8.git] / sys / conf / makeLINT.sed
1 #!/usr/bin/sed -E -n -f
2 # $FreeBSD$
3
4 /^(machine|ident|device|nodevice|makeoptions|nomakeoption|options|option|nooption|profile|cpu|maxusers)[[:space:]]/ {
5     s/[[:space:]]*#.*$//
6     p
7 }