From d16ecbffa10299c2f4d59fd37f665521473547c4 Mon Sep 17 00:00:00 2001 From: Patrick Li Date: Tue, 22 Jan 2002 02:05:29 +0000 Subject: Give slave ports a way to not include bsd.port.mk Submitted by: lioux --- games/hlserver-cs/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'games/hlserver-cs') diff --git a/games/hlserver-cs/Makefile b/games/hlserver-cs/Makefile index 416db9620243..cec1c7fb5b77 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 +.endif -- cgit v1.2.3