12 lines
270 B
Makefile
12 lines
270 B
Makefile
# $NetBSD: Makefile,v 1.11 1997/05/09 07:50:17 mycroft Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
|
|
|
# Missing: connectives, words
|
|
|
|
FILES= README propernames web2 web2a
|
|
FILESDIR=${BINDIR}/dict
|
|
NOOBJ= noobj
|
|
LINKS= ${FILESDIR}/web2 ${FILESDIR}/words
|
|
|
|
.include <bsd.prog.mk>
|