diff options
author | schmonz <schmonz> | 2004-07-18 09:38:26 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2004-07-18 09:38:26 +0000 |
commit | f435776445e223bde685a9f18096324e3bddf642 (patch) | |
tree | 651fa4f48501cb6b2109903862d66e9efe0325fe /lang/gforth | |
parent | 01e958dbe4bb3b2fe4d4b86444512baa9602a838 (diff) | |
download | pkgsrc-f435776445e223bde685a9f18096324e3bddf642.tar.gz |
Remove the ${OPSYS} test around inclusion of dlcompat/buildlink3.mk,
as that test is now done by the buildlink3 file itself.
Diffstat (limited to 'lang/gforth')
-rw-r--r-- | lang/gforth/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
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... |