summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.kmod.mk
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1995-10-02 20:02:05 +0000
committerwollman <wollman@FreeBSD.org>1995-10-02 20:02:05 +0000
commit6db5ef09aef173e96e341e98a965ca40075291ff (patch)
treed89cca292f6fa55b5c1d80c7bd298b7ad4a99187 /share/mk/bsd.kmod.mk
parent37032df4d8a4570b10f591b0e36bf66cb1994efe (diff)
downloadFreeBSD-src-6db5ef09aef173e96e341e98a965ca40075291ff.zip
FreeBSD-src-6db5ef09aef173e96e341e98a965ca40075291ff.tar.gz
Compress manual pages (if desired) in the obj directory rather
than in the installation destination. Should make release-building substantially faster. The msun Makefile changes simple adapt to the new scheme.
Diffstat (limited to 'share/mk/bsd.kmod.mk')
-rw-r--r--share/mk/bsd.kmod.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/share/mk/bsd.kmod.mk b/share/mk/bsd.kmod.mk
index d913b36..c108e48 100644
--- a/share/mk/bsd.kmod.mk
+++ b/share/mk/bsd.kmod.mk
@@ -1,5 +1,5 @@
# From: @(#)bsd.prog.mk 5.26 (Berkeley) 6/25/91
-# $Id: bsd.kmod.mk,v 1.10 1995/02/25 20:51:11 phk Exp $
+# $Id: bsd.kmod.mk,v 1.11 1995/03/20 19:18:51 wollman Exp $
.if exists(${.CURDIR}/../Makefile.inc)
.include "${.CURDIR}/../Makefile.inc"
@@ -58,7 +58,7 @@ _PROGSUBDIR: .USE
.endif
.MAIN: all
-all: ${PROG} _PROGSUBDIR
+all: ${PROG} all-man _PROGSUBDIR
.if !target(clean)
clean: _PROGSUBDIR
@@ -139,6 +139,7 @@ tags: ${SRCS} _PROGSUBDIR
.include <bsd.man.mk>
.elif !target(maninstall)
maninstall:
+all-man:
.endif
.if !target(load)
OpenPOWER on IntegriCloud