]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - contrib/bmake/unit-tests/misc
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.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