summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-08-25 05:16:56 +0000
committerjkh <jkh@FreeBSD.org>1996-08-25 05:16:56 +0000
commit109d53254e55ea0ca0c20d9ccf6af0375b78fa7b (patch)
tree959d2743ce78e617d4f73150434748eca08a3b78 /share
parentd1a13b5346d4419b255637cce6c86b5ff902275e (diff)
downloadFreeBSD-src-109d53254e55ea0ca0c20d9ccf6af0375b78fa7b.zip
FreeBSD-src-109d53254e55ea0ca0c20d9ccf6af0375b78fa7b.tar.gz
Back out the recent DEPEND changes - as Bruce points out, it's bogus.
I'll leave any future Makefile hackery to him since he's clearly thought about this a great deal more than I have.
Diffstat (limited to 'share')
-rw-r--r--share/mk/bsd.dep.mk3
-rw-r--r--share/mk/bsd.lib.mk4
-rw-r--r--share/mk/bsd.prog.mk4
3 files changed, 4 insertions, 7 deletions
diff --git a/share/mk/bsd.dep.mk b/share/mk/bsd.dep.mk
index a5e4518..00b8f51 100644
--- a/share/mk/bsd.dep.mk
+++ b/share/mk/bsd.dep.mk
@@ -27,9 +27,6 @@
# Create a tags file for the source files.
#
-.if !defined(NO_DEPEND)
-DEPEND?= depend
-.endif
MKDEPCMD?= mkdep
DEPENDFILE?= .depend
diff --git a/share/mk/bsd.lib.mk b/share/mk/bsd.lib.mk
index 2f8864b..cf2a304 100644
--- a/share/mk/bsd.lib.mk
+++ b/share/mk/bsd.lib.mk
@@ -1,5 +1,5 @@
# from: @(#)bsd.lib.mk 5.26 (Berkeley) 5/2/91
-# $Id: bsd.lib.mk,v 1.40 1996/08/23 16:48:57 jkh Exp $
+# $Id: bsd.lib.mk,v 1.39 1996/08/11 12:24:44 peter Exp $
#
.if exists(${.CURDIR}/../Makefile.inc)
@@ -121,7 +121,7 @@ _LIBS+=lib${LIB}_pic.a
PICFLAG=-fpic
.endif
-all: ${DEPEND} ${_LIBS} all-man _SUBDIR # llib-l${LIB}.ln
+all: ${_LIBS} all-man _SUBDIR # llib-l${LIB}.ln
OBJS+= ${SRCS:N*.h:R:S/$/.o/g}
diff --git a/share/mk/bsd.prog.mk b/share/mk/bsd.prog.mk
index 2f27935..33c39fd 100644
--- a/share/mk/bsd.prog.mk
+++ b/share/mk/bsd.prog.mk
@@ -1,5 +1,5 @@
# from: @(#)bsd.prog.mk 5.26 (Berkeley) 6/25/91
-# $Id: bsd.prog.mk,v 1.36 1996/08/23 16:49:02 jkh Exp $
+# $Id: bsd.prog.mk,v 1.35 1996/06/29 03:12:49 phk Exp $
.if exists(${.CURDIR}/../Makefile.inc)
.include "${.CURDIR}/../Makefile.inc"
@@ -135,7 +135,7 @@ MAN1= ${PROG}.1
# here (or does maninstall always work when nothing is made?),
.MAIN: all
-all: ${DEPEND} ${PROG} all-man _SUBDIR
+all: ${PROG} all-man _SUBDIR
.if !target(clean)
clean: _SUBDIR
OpenPOWER on IntegriCloud