freebsd-dev/share/man/Makefile

14 lines
257 B
Makefile
Raw Normal View History

1994-05-30 19:09:18 +00:00
# @(#)Makefile 8.2 (Berkeley) 4/16/94
1999-08-28 00:22:10 +00:00
# $FreeBSD$
1994-05-30 19:09:18 +00:00
# XXX MISSING: man3f
1997-02-16 11:35:05 +00:00
SUBDIR= man1 man3 man4 man5 man6 man7 man8 man9
MAKEWHATIS?= makewhatis
makedb:
2002-05-27 15:52:40 +00:00
${MAKEWHATIS} ${DESTDIR}${BINDIR}/man
.include "${.CURDIR}/../Makefile.inc"
.include <bsd.subdir.mk>