diff options
author | phk <phk@FreeBSD.org> | 2002-04-01 13:58:14 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2002-04-01 13:58:14 +0000 |
commit | 2eb9ff19412f28284da10be216c1816687f4a17e (patch) | |
tree | d09401c7c0dee1ab840aa0eab721c69004a26c6b /share/dict | |
parent | 5f32cce41ed2fb6683e364e6a8e4cd9a6cde26e5 (diff) | |
download | FreeBSD-src-2eb9ff19412f28284da10be216c1816687f4a17e.zip FreeBSD-src-2eb9ff19412f28284da10be216c1816687f4a17e.tar.gz |
Fix the makefile to match the repo-copy from tech to freebsd.
Diffstat (limited to 'share/dict')
-rw-r--r-- | share/dict/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/dict/Makefile b/share/dict/Makefile index 1520b99..34d25c3 100644 --- a/share/dict/Makefile +++ b/share/dict/Makefile @@ -4,7 +4,7 @@ NOOBJ= noobj # XXX MISSING: connectives words -FILES= README propernames web2 web2a tech +FILES= README propernames web2 web2a freebsd FILESDIR= ${BINDIR}/dict SYMLINKS= web2 ${FILESDIR}/words |