mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-25 12:02:01 +01:00
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>
|