summaryrefslogtreecommitdiff
path: root/mk/depends/bsd.depends.mk
diff options
context:
space:
mode:
authorjlam <jlam>2006-06-06 18:24:44 +0000
committerjlam <jlam>2006-06-06 18:24:44 +0000
commit761a8bea3daa0af331500e5719928d724d4b2ed4 (patch)
treee99fe482c648ed24a618aec32cd98d179ac626df /mk/depends/bsd.depends.mk
parent9874804da7423b378cba9e7e4686d06be4459001 (diff)
downloadpkgsrc-761a8bea3daa0af331500e5719928d724d4b2ed4.tar.gz
real-su-bin-install is no more... it's just su-bin-install.
Diffstat (limited to 'mk/depends/bsd.depends.mk')
-rw-r--r--mk/depends/bsd.depends.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/depends/bsd.depends.mk b/mk/depends/bsd.depends.mk
index b90290c2d79..db02fdf24c1 100644
--- a/mk/depends/bsd.depends.mk
+++ b/mk/depends/bsd.depends.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.depends.mk,v 1.3 2006/06/05 17:41:11 jlam Exp $
+# $NetBSD: bsd.depends.mk,v 1.4 2006/06/06 18:24:44 jlam Exp $
#
# This Makefile fragment is included by bsd.pkg.mk and provides all
# variables and targets related to dependencies.
@@ -22,7 +22,7 @@ DEPENDS_TARGET= ${UPDATE_TARGET}
. else
DEPENDS_TARGET= update
. endif
-. elif make(bin-install) || make(real-su-bin-install)
+. elif make(bin-install) || make(su-bin-install)
DEPENDS_TARGET= bin-install
. else
DEPENDS_TARGET= reinstall