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 6FILES= README propernames web2 web2a 7FILESDIR=${BINDIR}/dict 8NOOBJ= noobj 9LINKS= ${FILESDIR}/web2 ${FILESDIR}/words 10 11all clean cleandir depend lint tags: 12 13.include <bsd.prog.mk> 14