diff options
Diffstat (limited to 'lang/jdk')
-rw-r--r-- | lang/jdk/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/jdk/Makefile b/lang/jdk/Makefile index fb97ccc9113..7523ea9e48a 100644 --- a/lang/jdk/Makefile +++ b/lang/jdk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2000/01/13 20:13:38 jwise Exp $ +# $NetBSD: Makefile,v 1.14 2000/01/15 02:08:04 jwise Exp $ # VERSION=1.1.8 @@ -34,10 +34,10 @@ do-install: -e 's|@JDK_HOME@|${JDK_HOME}|g' \ <${PKGDIR}/MESSAGE >${MESSAGE_FILE} -.include "../../mk/bsd.pkg.mk" - show-shlib-type: echo a.out +.include "../../mk/bsd.pkg.mk" + # This needs to be after bsd.pkg.mk PREFIX:= ${JDK_HOME} |