12345678910111213141516171819202122232425262728293031 |
- diff --git a/share/dict/Makefile b/share/dict/Makefile
- index 3e2a0df..5395077 100644
- --- a/share/dict/Makefile
- +++ b/share/dict/Makefile
- @@ -4,8 +4,7 @@
- NO_OBJ=
-
- # XXX MISSING: connectives words
- -FILES= README propernames web2 web2a freebsd
- +FILES= README freebsd
- FILESDIR= ${BINDIR}/dict
- -SYMLINKS= web2 ${FILESDIR}/words
-
- .include <bsd.prog.mk>
- diff --git a/share/misc/Makefile b/share/misc/Makefile
- index ffd42d8..7eb90bb 100644
- --- a/share/misc/Makefile
- +++ b/share/misc/Makefile
- @@ -5,9 +5,9 @@
-
- .PATH: ${.CURDIR}/../../sys/dev/usb
-
- -FILES= ascii birthtoken bsd-family-tree committers-doc.dot committers-ports.dot \
- +FILES= bsd-family-tree committers-doc.dot committers-ports.dot \
- committers-src.dot eqnchar flowers init.ee \
- - iso3166 iso639 latin1 man.template mdoc.template operator pci_vendors \
- + iso3166 iso639 man.template mdoc.template pci_vendors \
- scsi_modes \
- organization.dot
-
|