summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/tar/Makefile.inc
blob: 42dcec242f4683069a5456dbf60103d157713cac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $FreeBSD$

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