Files
2016-01-21 23:41:46 +01:00

17 lines
291 B
Makefile

# $Id: misc.mk,v 1.2 2015/05/19 22:01:19 joerg 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