blob: efb64ad2f72e7be6f2fa042630175e785c1d47f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.3 1997/12/29 03:25:50 hubertf Exp $
# FreeBSD Id: Makefile,v 1.8 1997/11/16 22:45:25 jseger Exp
#
# SUBDIR += btoa
# SUBDIR += c2html
# SUBDIR += ish
SUBDIR += kdesupport
# SUBDIR += mimepp
# SUBDIR += mpack
# SUBDIR += p5-Convert-UU
# SUBDIR += p5-MIME-Base64 # in progress - hubertf
# SUBDIR += recode
# SUBDIR += trans
# SUBDIR += uudeview
# SUBDIR += uudx
# SUBDIR += uulib
# SUBDIR += xdeview
.include <bsd.port.subdir.mk>
|