14 lines
295 B
Makefile
14 lines
295 B
Makefile
# $NetBSD: Makefile,v 1.17 2009/04/10 16:16:12 apb Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
|
|
|
# Missing: connectives, words
|
|
|
|
NOOBJ= # defined
|
|
|
|
FILES= README propernames web2 web2a
|
|
FILESDIR=${BINDIR}/dict
|
|
LINKS= ${FILESDIR}/web2 ${FILESDIR}/words
|
|
LINKSMODE= ${FILESMODE}
|
|
|
|
.include <bsd.prog.mk>
|