11 lines
300 B
Makefile
11 lines
300 B
Makefile
# Master Makefile for man, manpath, apropos, whatis, and makewhatis
|
|
#
|
|
# You may distribute under the terms of the GNU General Public
|
|
# License as specified in the README file that comes with the man 1.0
|
|
# distribution.
|
|
#
|
|
|
|
SUBDIR = lib man manpath apropos makewhatis catman
|
|
|
|
.include <bsd.subdir.mk>
|