1comment = "Program maintenance utility" 2 3desc = <<EOD 4make(1) allows programs to be built from source files based on a specification 5of the program's dependencies called a Makefile. 6EOD 7 8annotations { 9 set = devel 10} 11