plan9fox/sys/src/9/port/mkfile
cinap_lenrek 05569f6f2c perms
2011-04-11 15:38:29 +00:00

16 lines
350 B
Makefile
Executable file

# If the existence of this mkfile screws something up, rename it. -rsc
master:DV:
{
echo '# do not edit; automatically generated'
echo
echo '
X , s/Dev (.*)devtab.*{.*\n L?''(.*)''/DEV \1 \2\n/
X ,x g/^DEV/ p
' | sam -d ../*/dev*.c >[2]/dev/null |
awk '/^DEV/ { printf("%s\t%s\n", $3, $2); }' |
sort -u
echo
cat master.local
} >master