Home | History | Annotate | Line # | Download | only in dict
Makefile revision 1.16
      1  1.16    lukem #	$NetBSD: Makefile,v 1.16 2002/09/18 08:12:29 lukem Exp $
      2   1.9    mikel #	@(#)Makefile	8.1 (Berkeley) 6/5/93
      3   1.1      cgd 
      4   1.1      cgd # Missing: connectives, words
      5   1.1      cgd 
      6  1.16    lukem NOOBJ=	# defined
      7  1.16    lukem 
      8   1.1      cgd FILES=	README propernames web2 web2a
      9  1.10  mycroft FILESDIR=${BINDIR}/dict
     10  1.13      cjs LINKS=	${FILESDIR}/web2 ${FILESDIR}/words
     11   1.1      cgd 
     12   1.1      cgd .include <bsd.prog.mk>
     13