diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-06-11 20:52:15 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-06-11 20:52:15 +0000 |
commit | e594c2caf866ce35374fc6afc5048c3ff911b2e6 (patch) | |
tree | 2bdf89becad37fa6e7a283f20f6f68eca1d9be65 /net/Makefile | |
parent | 51078284ba9741d2c2f4239aa4a203961a550627 (diff) |
Enable xipmsg.
Notes
Notes:
svn path=/head/; revision=6871
Diffstat (limited to 'net/Makefile')
-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 |