3f09b8d0af
minus the vendor Makefiles Provide directions for how to bootstrap the vendor sources in FREEBSD-upgrade MFC after 2 weeks Discussed with: rpaulo Sponsored by: EMC / Isilon Storage Division
6 lines
93 B
Awk
6 lines
93 B
Awk
# $NetBSD: d_tolower.awk,v 1.1 2012/03/11 18:36:00 jruoho Exp $
|
|
|
|
END {
|
|
print tolower($0);
|
|
}
|