xref: /dflybsd-src/share/man/Makefile (revision 3269e7564bfccc78cc8443cbc81eb0ea193f77ed)
1984263bcSMatthew Dillon#	@(#)Makefile	8.2 (Berkeley) 4/16/94
2984263bcSMatthew Dillon# $FreeBSD: src/share/man/Makefile,v 1.11.2.1 2003/04/16 11:28:45 ru Exp $
3984263bcSMatthew Dillon
4984263bcSMatthew DillonSUBDIR=	man1 man3 man4 man5 man6 man7 man8 man9
5984263bcSMatthew Dillon
6105f26b5SSascha WildnerMAKEWHATIS=	/usr/bin/makewhatis
7df29244cSMatthew Dillon
8984263bcSMatthew Dillonmakedb:
9*3269e756SSascha Wildner.if exists(${MAKEWHATIS})
10*3269e756SSascha Wildner	${MAKEWHATIS}	${DESTDIR}${BINDIR}/man
11*3269e756SSascha Wildner.endif
12984263bcSMatthew Dillon
13984263bcSMatthew Dillon.include "${.CURDIR}/../Makefile.inc"
14984263bcSMatthew Dillon.include <bsd.subdir.mk>
15