summaryrefslogtreecommitdiff
path: root/devel/bmake/files/unit-tests/misc.mk
blob: 14e087a8e47b9400432c49f284ea135e501e5ec1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $Id: misc.mk,v 1.1.1.1 2015/05/19 21:36:45 joerg Exp $

.if !exists(${.CURDIR}/)
.warning ${.CURDIR}/ doesn't exist ?
.endif

.if !exists(${.CURDIR}/.)
.warning ${.CURDIR}/. doesn't exist ?
.endif

.if !exists(${.CURDIR}/..)
.warning ${.CURDIR}/.. doesn't exist ?
.endif

all:
	@: all is well