blob: ba32ed5b20461d1c4442656bdbef54bf8b23692e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $Id: Makefile,v 1.8 1997/08/06 14:49:29 markm Exp $
#
SUBDIR += agrep
SUBDIR += docbook
SUBDIR += glimpse
SUBDIR += html
SUBDIR += isearch
SUBDIR += iso12083
SUBDIR += iso8879
SUBDIR += ispell
SUBDIR += jade
SUBDIR += linuxdoc
SUBDIR += mgdiff
SUBDIR += par
SUBDIR += pilot_makedoc
SUBDIR += rman
SUBDIR += sgmlformat
SUBDIR += sp
SUBDIR += unroff
.include <bsd.port.subdir.mk>
|