diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/hlserver-cs/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/hlserver-cs/Makefile b/games/hlserver-cs/Makefile index 416db962024..cec1c7fb5b7 100644 --- a/games/hlserver-cs/Makefile +++ b/games/hlserver-cs/Makefile @@ -115,4 +115,6 @@ slaveport-post-install: post-install: slaveport-post-install @${CAT} ${PKGMESSAGE} +.ifndef(_DONT_INCLUDE_MK_) .include <bsd.port.mk> +.endif |