10 lines
234 B
Makefile
10 lines
234 B
Makefile
# from: @(#)Makefile 5.9 (Berkeley) 7/1/91
|
|
# $Id: Makefile,v 1.11 1997/05/09 14:31:24 mycroft Exp $
|
|
|
|
SUBDIR= man0 man1 man3 man4 man5 man7 man8 man9
|
|
|
|
makedb:
|
|
/usr/libexec/makewhatis ${DESTDIR}/usr/share/man
|
|
|
|
.include <bsd.subdir.mk>
|