summaryrefslogtreecommitdiff
path: root/devel/bmake/files/unit-tests/misc
blob: 43683dfba89bc82ac86d4178b2b4afb25ac061ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $Id: misc,v 1.1.1.1 2011/06/18 22:18:21 bsiegert 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