blob: 5b37523d3a3ff8664fe233fc0f2e4c880ef9395c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
--- share/misc/Makefile.old 2010-01-07 13:39:32 +0100
+++ share/misc/Makefile 2010-01-07 13:39:44 +0100
@@ -1,9 +1,9 @@
# From: @(#)Makefile 8.1 (Berkeley) 6/8/93
# $FreeBSD: src/share/misc/Makefile,v 1.26.8.1 2009/04/15 03:14:26 kensmith Exp $
-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 usb_hid_usages
NO_OBJ=
FILESDIR= ${BINDIR}/misc
--- share/dict/Makefile.old 2010-01-07 13:39:40 +0100
+++ share/dict/Makefile 2010-01-07 13:39:53 +0100
@@ -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>
|