diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-05-06 13:37:24 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-05-06 13:37:24 +0000 |
commit | 4692bf9fae113340fc8d554eaa0f371ae1984bb2 (patch) | |
tree | 496c43a907de8e793ffe30ec4d7b3fc8c0aa474c /misc | |
parent | 8bit Character Sets Coverter via UNICODE (diff) |
trans added
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/Makefile b/misc/Makefile index 69b308f91077..a1b1be0402e9 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.75 1996/04/09 06:50:27 asami Exp $ +# $Id: Makefile,v 1.76 1996/04/12 08:38:12 asami Exp $ # SUBDIR += amanda @@ -28,5 +28,6 @@ SUBDIR += team SUBDIR += tkinfo SUBDIR += tkman + SUBDIR += trans .include <bsd.port.subdir.mk> |