13 lines
283 B
Makefile
13 lines
283 B
Makefile
# Master Makefile for man, manpath, apropos, and whatis
|
|
#
|
|
# 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.
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
SUBDIR = lib man manpath apropos
|
|
|
|
.include <bsd.subdir.mk>
|