From 6c6db4a71e90d53c13e8c3f27bdb5132dadf3f1d Mon Sep 17 00:00:00 2001 From: eadler Date: Wed, 23 Oct 2013 22:57:34 +0000 Subject: Use .sinclude instead of .exists & .include --- print/cups-client/Makefile | 5 +---- print/cups-image/Makefile | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) (limited to 'print') diff --git a/print/cups-client/Makefile b/print/cups-client/Makefile index 113a5b8199a..040bbe6f58e 100644 --- a/print/cups-client/Makefile +++ b/print/cups-client/Makefile @@ -10,8 +10,5 @@ CUPS_CLIENT= yes NO_STAGE= yes -.if exists(${.CURDIR}/Makefile.local) -.include "${.CURDIR}/Makefile.local" -.endif - +.sinclude "${.CURDIR}/Makefile.local" .include "${MASTERDIR}/Makefile" diff --git a/print/cups-image/Makefile b/print/cups-image/Makefile index 1a522d8ec40..fadf7e9e67a 100644 --- a/print/cups-image/Makefile +++ b/print/cups-image/Makefile @@ -10,8 +10,5 @@ CUPS_IMAGE= yes NO_STAGE= yes -.if exists(${.CURDIR}/Makefile.local) -.include "${.CURDIR}/Makefile.local" -.endif - +.sinclude "${.CURDIR}/Makefile.local" .include "${MASTERDIR}/Makefile" -- cgit