]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/conf/makeLINT.sed
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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 }