diff options
-rw-r--r-- | print/cups-client/Makefile | 5 | ||||
-rw-r--r-- | print/cups-image/Makefile | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/print/cups-client/Makefile b/print/cups-client/Makefile index 113a5b8199a1..040bbe6f58e4 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 1a522d8ec408..fadf7e9e67a7 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" |