summaryrefslogtreecommitdiff
path: root/devel/bmake/files/unit-tests/misc.mk
blob: 62ea7f0d65a4999fedbe93ff321c35a96ded684f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $Id: misc.mk,v 1.3 2020/05/24 11:09:44 nia 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