# $Id$

PREFIX	= /usr/local

all:		install

install:	
		-install -d $(PREFIX)
		-install -d $(PREFIX)/bin
		install nldict $(PREFIX)/bin/nldict
