]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - contrib/bmake/unit-tests/misc
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / contrib / bmake / unit-tests / misc
1 # $Id: misc,v 1.1.1.1 2011/03/06 00:04:58 sjg 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
15 all:
16         @: all is well