summaryrefslogtreecommitdiff
blob: d29ac5112b7630133f7ebc41ae4fabe4cf1fd645 (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
--- Makefile.orig	2009-08-11 18:54:47.000000000 +0200
+++ Makefile	2009-08-11 19:00:18.000000000 +0200
@@ -3,7 +3,7 @@
 # for OBJECT_FMT
 .include <bsd.own.mk>
 
-SUBDIR+=	bc
+#SUBDIR+=	bc
 .if ${MKBINUTILS} != "no"
 SUBDIR+=	binutils
 .endif
@@ -11,10 +11,9 @@
 .if ${MKCVS} != "no"
 SUBDIR+=	xcvs
 .endif
-SUBDIR+=	dc diffutils gkermit grep
-SUBDIR+=	groff rcs send-pr texinfo
-
-SUBDIR+=	gettext
+#SUBDIR+=	dc diffutils grep
+#SUBDIR+=	groff rcs texinfo gettext
+SUBDIR+= gkermit send-pr
 
 .if ${MKGDB} != "no"
 .if ${HAVE_GDB} == "6"