xref: /minix/usr.bin/make/unit-tests/misc.mk (revision 0a6a1f1d)
1# $Id: misc.mk,v 1.1 2014/08/21 13:44:51 apb Exp $
2
3.if !exists(${.CURDIR}/)
4.warning ${.CURDIR}/ doesn't exist ?
5.endif
6
7.if !exists(${.CURDIR}/.)
8.warning ${.CURDIR}/. doesn't exist ?
9.endif
10
11.if !exists(${.CURDIR}/..)
12.warning ${.CURDIR}/.. doesn't exist ?
13.endif
14
15all:
16	@: all is well
17