summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.prog.mk
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/mk/bsd.prog.mk
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/mk/bsd.prog.mk')
-rw-r--r--share/mk/bsd.prog.mk4
1 files changed, 2 insertions, 2 deletions
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