mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 13:22:48 +00:00
e653b48c80
OK'ed by: core
12 lines
220 B
Makefile
12 lines
220 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
|
# $FreeBSD$
|
|
|
|
NO_OBJ=
|
|
|
|
# XXX MISSING: connectives words
|
|
FILES= README propernames web2 web2a freebsd
|
|
FILESDIR= ${BINDIR}/dict
|
|
SYMLINKS= web2 ${FILESDIR}/words
|
|
|
|
.include <bsd.prog.mk>
|