diff options
Diffstat (limited to 'print/cups-client')
-rw-r--r-- | print/cups-client/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
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" |