CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2011/07/09 20:37:22
Added files:
usr.bin/mandoc/lib: Makefile
usr.bin/mandoc/mandoc: Makefile
Log message:
The mandoc directory will soon grow subdirs mandocdb/ and apropos/
and these new utilities will use the mandoc libraries, so prepare
the build system to build the parsing and utility libraries separately
from the main program and formatters. Not yet linked to the build.
No objections from deraadt@ on adding directories for this purpose.