blob: 9e595588530793f5fefd40cded9d5043f1061adf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
# 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 whatis makewhatis catman
.include <bsd.subdir.mk>
|