blob: 08b0de692719be6faf71028a484fd6544959b820 (
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
|
# $NetBSD: Makefile,v 1.34 2000/01/16 14:03:45 wulf Exp $
# FreeBSD Id: Makefile,v 1.13 1997/10/13 11:11:32 itojun Exp
#
# SUBDIR += agrep
SUBDIR += catdoc
SUBDIR += dict-client
SUBDIR += dict-server
SUBDIR += docbook
SUBDIR += dsssl-docbook-modular
SUBDIR += eperl
SUBDIR += glimpse
# SUBDIR += html
SUBDIR += html2text
# SUBDIR += info2html
# SUBDIR += isearch
SUBDIR += iso12083
SUBDIR += iso8879
SUBDIR += ispell
SUBDIR += jade
SUBDIR += kdoc
SUBDIR += libxml
# SUBDIR += linuxdoc
SUBDIR += lout
# SUBDIR += mgdiff
SUBDIR += mminstance
SUBDIR += mswordview
SUBDIR += par
SUBDIR += p5-Convert-BER
SUBDIR += p5-Filter
SUBDIR += p5-XML-Parser
# SUBDIR += pilot_makedoc
SUBDIR += rman
# SUBDIR += sgmlformat
SUBDIR += sp
SUBDIR += t1lib
SUBDIR += t1utils
SUBDIR += ted
SUBDIR += ted-cs
SUBDIR += ted-da
SUBDIR += ted-de
SUBDIR += ted-en-gb
SUBDIR += ted-en-us
SUBDIR += ted-es
SUBDIR += ted-fr
SUBDIR += ted-it
SUBDIR += ted-nl
SUBDIR += ted-no
SUBDIR += ted-pt
SUBDIR += ted-sv
SUBDIR += texi2html
SUBDIR += textutils
SUBDIR += unroff
# SUBDIR += wdiff
.include "../mk/bsd.pkg.subdir.mk"
|