1994-05-30 21:09:18 +02:00
|
|
|
# @(#)Makefile 8.2 (Berkeley) 4/16/94
|
1999-08-28 02:22:10 +02:00
|
|
|
# $FreeBSD$
|
1994-05-30 21:09:18 +02:00
|
|
|
|
2014-05-06 06:22:01 +02:00
|
|
|
.include <src.opts.mk>
|
2006-03-17 19:54:44 +01:00
|
|
|
|
1994-07-06 04:13:00 +02:00
|
|
|
# XXX MISSING: man3f
|
1997-02-16 12:35:05 +01:00
|
|
|
SUBDIR= man1 man3 man4 man5 man6 man7 man8 man9
|
1994-08-17 00:44:28 +02:00
|
|
|
|
2002-02-08 22:28:07 +01:00
|
|
|
MAKEWHATIS?= makewhatis
|
2002-02-06 22:58:30 +01:00
|
|
|
|
1994-08-17 00:44:28 +02:00
|
|
|
makedb:
|
2010-05-20 01:56:26 +02:00
|
|
|
.if ${MK_MAN_UTILS} != "no"
|
2002-05-27 17:52:40 +02:00
|
|
|
${MAKEWHATIS} ${DESTDIR}${BINDIR}/man
|
2006-03-17 19:54:44 +01:00
|
|
|
.if ${MK_OPENSSL} != "no"
|
2003-04-16 13:28:45 +02:00
|
|
|
${MAKEWHATIS} ${DESTDIR}${BINDIR}/openssl/man
|
2003-09-04 23:24:18 +02:00
|
|
|
.endif
|
2010-05-20 01:56:26 +02:00
|
|
|
.endif
|
1994-08-17 00:44:28 +02:00
|
|
|
|
1994-09-09 12:02:24 +02:00
|
|
|
.include "${.CURDIR}/../Makefile.inc"
|
1994-09-20 07:25:38 +02:00
|
|
|
.include <bsd.subdir.mk>
|