From 2b261a6ce2cf61ccdaf5251d941fda3df3904780 Mon Sep 17 00:00:00 2001 From: schmonz Date: Sun, 18 Jul 2004 09:38:26 +0000 Subject: Remove the ${OPSYS} test around inclusion of dlcompat/buildlink3.mk, as that test is now done by the buildlink3 file itself. --- lang/gforth/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'lang/gforth') diff --git a/lang/gforth/Makefile b/lang/gforth/Makefile index 56bc106d51f..11d10aedd88 100644 --- a/lang/gforth/Makefile +++ b/lang/gforth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2004/05/02 04:59:23 snj Exp $ +# $NetBSD: Makefile,v 1.18 2004/07/18 09:38:26 schmonz Exp $ DISTNAME= gforth-0.6.2 CATEGORIES= lang @@ -27,9 +27,7 @@ TEST_TARGET= test KERNEL_FI= `cd ${WRKSRC} && (${ECHO} 'prkern:'; ${ECHO} ' @${ECHO} $$(kernel_fi)'; ${ECHO}; ${CAT} Makefile) | ${MAKE} -f - prkern` # XXX Need test. -#.if ${OPSYS} == "Darwin" -#. include "../../devel/dlcompat/buildlink3.mk" -#.endif +#.include "../../devel/dlcompat/buildlink3.mk" post-build: @${ECHO}; ${ECHO} building PLIST... -- cgit v1.2.3