BINDIR=		${PREFIX}/bin

all:
	@true

install:
	${BSD_INSTALL_PROGRAM} javac ${BINDIR}/javac_netscape
	ln -sf javac_netscape ${BINDIR}/javac
