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!
This commit is contained in:
Rodney W. Grimes 1994-09-09 10:02:24 +00:00
parent 77b06a9b6c
commit 8dc01fa8c3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2602

View File

@ -7,3 +7,4 @@ makedb:
makewhatis ${DESTDIR}${BINDIR}/man
.include <bsd.subdir.mk>
.include "${.CURDIR}/../Makefile.inc"