diff options
author | max <max@FreeBSD.org> | 1997-06-12 04:52:15 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-06-12 04:52:15 +0800 |
commit | c790a84619845522955f508b49b952cbee87cff5 (patch) | |
tree | 6a51dddab48b775fd72cae85fa9f80ebc5345a40 | |
parent | 79b5942fdb1ce5292011b2f28fd94eef56035676 (diff) | |
download | freebsd-ports-gnome-c790a84619845522955f508b49b952cbee87cff5.tar.gz freebsd-ports-gnome-c790a84619845522955f508b49b952cbee87cff5.tar.zst freebsd-ports-gnome-c790a84619845522955f508b49b952cbee87cff5.zip |
Enable xipmsg.
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 750f288b6c46..ed9afa87b52b 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.106 1997/06/08 16:17:49 jfitz Exp $ +# $Id: Makefile,v 1.107 1997/06/10 09:11:05 asami Exp $ # SUBDIR += archie @@ -69,6 +69,7 @@ SUBDIR += wu-ftpd SUBDIR += xarchie SUBDIR += xgopher + SUBDIR += xipmsg SUBDIR += yale-tftpd SUBDIR += ytalk SUBDIR += zircon |