mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-29 15:10:57 +01:00
8dc01fa8c3
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!
11 lines
207 B
Makefile
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"
|