summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-06-04 11:28:09 +0000
committersobomax <sobomax@FreeBSD.org>2002-06-04 11:28:09 +0000
commitfe1fa7db546b0104a02341bcda30f6944e463732 (patch)
treef36c84c5960098cbe78c0b1c515921320f67072f /gnu
parent487ffcd1952ae9d51e0313179263ff3ed1d54ecb (diff)
downloadFreeBSD-src-fe1fa7db546b0104a02341bcda30f6944e463732.zip
FreeBSD-src-fe1fa7db546b0104a02341bcda30f6944e463732.tar.gz
Don't forget to include ../Makefile.inc.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/tar/Makefile.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/gnu/usr.bin/tar/Makefile.inc b/gnu/usr.bin/tar/Makefile.inc
index 4d05b96..42dcec2 100644
--- a/gnu/usr.bin/tar/Makefile.inc
+++ b/gnu/usr.bin/tar/Makefile.inc
@@ -2,3 +2,11 @@
TARDIR= ${.CURDIR}/../../../../contrib/tar
TARCFLAGS= -DHAVE_CONFIG_H -I${.CURDIR}/.. -I${TARDIR}/lib
+
+# Inherit BINDIR from one level up.
+.if !target(__foobar__)
+__foobar__:
+.if exists(../Makefile.inc)
+.include "../Makefile.inc"
+.endif
+.endif
OpenPOWER on IntegriCloud