8446 uts: pci_check_bios() should check for BIOS
[unleashed.git] / bin / make / unit-tests / misc.mk
blob030115079a9488421b45c93d455f4173af3caee6
1 # $Id: misc.mk,v 1.1.1.1 2014/08/30 18:57:18 sjg 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