diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-03-25 10:13:47 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-03-25 10:13:47 +0000 |
commit | 08d1b95476681cf1e65ae7a0eefbecd5a1f4cd0c (patch) | |
tree | 9177a857566c748f62618b796a565632d3699910 | |
parent | bb08909c89a0911da54725ac80f6913e2d07a314 (diff) | |
download | freebsd-ports-08d1b95476681cf1e65ae7a0eefbecd5a1f4cd0c.zip |
Add tinyfugue.
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 9eae78a02a35..46087926456a 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.63 1996/01/23 12:32:53 pst Exp $ +# $Id: Makefile,v 1.64 1996/03/25 08:59:46 asami Exp $ # SUBDIR += archie @@ -28,6 +28,7 @@ RESTRICTED += ivs # crypto, export controlled SUBDIR += sup SUBDIR += tclDP SUBDIR += tintin++ + SUBDIR += tinyfugue SUBDIR += tkined SUBDIR += vic BROKEN += wais # for XFree3.x |