mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
b379932fc0
Submitted by: sjg@juniper.net
17 lines
290 B
Plaintext
17 lines
290 B
Plaintext
# $Id: misc,v 1.1.1.1 2011/03/06 00:04:58 sjg 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
|