opnsense-src/gnu/usr.bin/man/Makefile

13 lines
283 B
Makefile
Raw Normal View History

# Master Makefile for man, manpath, apropos, and whatis
1993-07-07 19:07:02 -04:00
#
# 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
1995-05-30 01:05:38 -04:00
# distribution.
1993-07-07 19:07:02 -04:00
#
2002-05-18 15:47:57 -04:00
# $FreeBSD$
#
1993-07-07 19:07:02 -04:00
2002-05-18 15:47:57 -04:00
SUBDIR = lib man manpath apropos
1993-07-07 19:07:02 -04:00
.include <bsd.subdir.mk>