summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-01-17 13:27:27 +0000
committerru <ru@FreeBSD.org>2004-01-17 13:27:27 +0000
commitddb28fa2a8105561158b9b8b18bc101c35b1d30a (patch)
tree71393ef269ce7b8fa291c56f41a98e4433f71b2d /usr.sbin
parentf1ded671b0ee93ff47208595661169a66f0b5e25 (diff)
downloadFreeBSD-src-ddb28fa2a8105561158b9b8b18bc101c35b1d30a.zip
FreeBSD-src-ddb28fa2a8105561158b9b8b18bc101c35b1d30a.tar.gz
Replaced black magic with white magic.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/pkg_install/Makefile.inc7
1 files changed, 2 insertions, 5 deletions
diff --git a/usr.sbin/pkg_install/Makefile.inc b/usr.sbin/pkg_install/Makefile.inc
index 31b1204..6dc305d 100644
--- a/usr.sbin/pkg_install/Makefile.inc
+++ b/usr.sbin/pkg_install/Makefile.inc
@@ -7,9 +7,6 @@ LIBINSTALL= ${.CURDIR}/../lib/libinstall.a
.endif
# Inherit BINDIR from one level up.
-.if !target(__foobar__)
-__foobar__:
-.if exists(../Makefile.inc)
-.include "../Makefile.inc"
-.endif
+.if exists(${.CURDIR}/../../Makefile.inc)
+.include "${.CURDIR}/../../Makefile.inc"
.endif
OpenPOWER on IntegriCloud