Home | History | Annotate | Line # | Download | only in dict
Makefile revision 1.10
      1 #	$NetBSD: Makefile,v 1.10 1997/03/27 08:52:23 mycroft Exp $
      2 #	@(#)Makefile	8.1 (Berkeley) 6/5/93
      3 
      4 # Missing: connectives, words
      5 
      6 FILES=	README propernames web2 web2a
      7 FILESDIR=${BINDIR}/dict
      8 NOOBJ=	noobj
      9 LINKS=	${FILESDIR}/web2 ${FILESDIR}/words
     10 
     11 all clean cleandir depend lint tags:
     12 
     13 .include <bsd.prog.mk>
     14