freebsd-dev/share/man/Makefile
Rodney W. Grimes 8dc01fa8c3 Pull the following fix in from 1.X:
revision 1.6
date: 1993/10/19 19:57:35;  author: rgrimes;  state: Exp;  lines: +2 -1
Pull in ../Makefile.inc so that the whatis database ends up in the correct
place.  Rich Murphy has a better fix for this, but I lost it!
1994-09-09 10:02:24 +00:00

11 lines
207 B
Makefile

# @(#)Makefile 8.2 (Berkeley) 4/16/94
# XXX MISSING: man3f
SUBDIR= man1 man3 man4 man5 man7 man8
makedb:
makewhatis ${DESTDIR}${BINDIR}/man
.include <bsd.subdir.mk>
.include "${.CURDIR}/../Makefile.inc"