mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-16 09:31:50 -04:00
17 lines
289 B
Makefile
17 lines
289 B
Makefile
# $Id: misc.mk,v 1.1 2014/08/21 13:44:51 apb 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
|