Only include parent directory Makefile.inc if it exists. Now you can
cvs co acpi and build acpi utilities w/o needing the usr.sbin Makefile.inc.
This commit is contained in:
parent
803e437fb0
commit
63af7856ee
@ -3,4 +3,6 @@
|
||||
|
||||
CFLAGS+= -I${.CURDIR}/../../../sys
|
||||
|
||||
.include "../Makefile.inc"
|
||||
.if exists(${.CURDIR}/../../Makefile.inc)
|
||||
.include "${.CURDIR}/../../Makefile.inc"
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user