aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1995-10-02 20:02:05 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1995-10-02 20:02:05 +0000
commit973f098aab96c9e24ed508fa75a64c503e2fd8d0 (patch)
treed89cca292f6fa55b5c1d80c7bd298b7ad4a99187 /sys
parent401a1579325d33ae99b0e18c7bce1f2d782299b2 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/kmod.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/conf/kmod.mk b/sys/conf/kmod.mk
index d913b368a802a..c108e4842e29f 100644
--- a/sys/conf/kmod.mk
+++ b/sys/conf/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)