13 lines
287 B
Makefile
13 lines
287 B
Makefile
# $NetBSD: Makefile,v 1.9 1997/03/26 07:14:31 mikel Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
|
|
|
# Missing: connectives, words
|
|
|
|
FILES= README propernames web2 web2a
|
|
NOOBJ= noobj
|
|
LINKS= ${BINDIR}/dict/web2 ${BINDIR}/dict/words
|
|
|
|
all clean cleandir depend lint tags:
|
|
|
|
.include <bsd.prog.mk>
|