Sync with manuals from netbsd-8 branch.
[minix3.git] / usr.bin / make / unit-tests / misc.mk
blob2773e304bd4b335caa2303a51221ff02c291ed36
1 # $Id: misc.mk,v 1.1 2014/08/21 13:44:51 apb Exp $
3 .if !exists(${.CURDIR}/)
4 .warning ${.CURDIR}/ doesn't exist ?
5 .endif
7 .if !exists(${.CURDIR}/.)
8 .warning ${.CURDIR}/. doesn't exist ?
9 .endif
11 .if !exists(${.CURDIR}/..)
12 .warning ${.CURDIR}/.. doesn't exist ?
13 .endif
15 all:
16 @: all is well