mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 00:34:33 -05:00
9 lines
211 B
Makefile
9 lines
211 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
|
# $FreeBSD$
|
|
|
|
# XXX MISSING: connectives words
|
|
FILES= README propernames web2 web2a freebsd
|
|
FILESDIR= ${BINDIR}/dict
|
|
SYMLINKS= web2 ${FILESDIR}/words
|
|
|
|
.include <bsd.prog.mk>
|