1 # from: @(#)Makefile 5.1.1.1 (Berkeley) 5/7/91 2 # $Id: Makefile,v 1.8 1997/03/24 21:57:01 christos Exp $ 3 4 # Missing: connectives, words 5 6 FILES= README propernames web2 web2a 7 NOOBJ= noobj 8 LINKS= ${BINDIR}/dict/web2 ${BINDIR}/dict/words 9 10 all clean cleandir depend lint tags: 11 12 .include <bsd.prog.mk> 13