28 lines
624 B
Makefile
28 lines
624 B
Makefile
|
# $OpenBSD: Makefile,v 1.1 1997/11/27 23:44:48 niklas Exp $
|
||
|
# $FreeBSD: Makefile,v 1.15 1997/11/22 00:31:24 jseger Exp $
|
||
|
#
|
||
|
|
||
|
# SUBDIR += agrep
|
||
|
# SUBDIR += c2html
|
||
|
# SUBDIR += docbook
|
||
|
# SUBDIR += glimpse
|
||
|
# SUBDIR += html
|
||
|
# SUBDIR += info2html
|
||
|
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 += texi2html
|
||
|
# SUBDIR += unroff
|
||
|
# SUBDIR += wdiff
|
||
|
|
||
|
.include <bsd.port.subdir.mk>
|