mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
11 lines
220 B
Makefile
11 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>
|