summaryrefslogtreecommitdiff
path: root/usr.bin/make/unit-tests/misc.mk
blob: 2773e304bd4b335caa2303a51221ff02c291ed36 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $Id: misc.mk,v 1.1 2014/08/21 13:44:51 apb 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