Add converters. The xfaces Makefile isn't really changed, probably

just touched locally.
This commit is contained in:
angelos 1998-04-29 05:04:13 +00:00
parent 87c1944021
commit c3a096c5db
2 changed files with 20 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 1998/02/06 13:28:00 niklas Exp $
# $OpenBSD: Makefile,v 1.9 1998/04/29 05:04:13 angelos Exp $
# $FreeBSD: Makefile,v 1.36 1997/10/04 15:54:31 jkh Exp $
#
@ -9,7 +9,7 @@ SUBDIR += benchmarks
#SUBDIR += cad
SUBDIR += chinese
SUBDIR += comms
#SUBDIR += converters
SUBDIR += converters
SUBDIR += databases
SUBDIR += devel
SUBDIR += editors

18
converters/Makefile Normal file
View File

@ -0,0 +1,18 @@
# $OpenBSD: Makefile,v 1.1 1998/04/29 05:04:15 angelos Exp $
#
SUBDIR += btoa
SUBDIR += ish
# SUBDIR += kdesupport
SUBDIR += mimepp
SUBDIR += mpack
SUBDIR += p5-Convert-UU
SUBDIR += p5-MIME-Base64
SUBDIR += recode
SUBDIR += trans
# SUBDIR += uudeview
# SUBDIR += uudx
# SUBDIR += uulib
# SUBDIR += xdeview
.include <bsd.port.subdir.mk>