diff options
author | asami <asami@FreeBSD.org> | 1999-05-08 18:32:29 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-05-08 18:32:29 +0800 |
commit | e7b05ebc8a89812b5033f3a9b1ce9e30b96a4086 (patch) | |
tree | a5c6fa0efabf2935aab9a7d5756f8aeb8da6ba72 | |
parent | 460137247a91c50f31c8b5101a14be3a4870a162 (diff) | |
download | freebsd-ports-graphics-e7b05ebc8a89812b5033f3a9b1ce9e30b96a4086.tar.gz freebsd-ports-graphics-e7b05ebc8a89812b5033f3a9b1ce9e30b96a4086.tar.zst freebsd-ports-graphics-e7b05ebc8a89812b5033f3a9b1ce9e30b96a4086.zip |
Finish moving libicq from devel to net.
-rw-r--r-- | devel/Makefile | 3 | ||||
-rw-r--r-- | net/Makefile | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/devel/Makefile b/devel/Makefile index 77f04f8e7dc..ca3e474fa01 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.179 1999/05/03 04:54:41 steve Exp $ +# $Id: Makefile,v 1.180 1999/05/05 13:51:33 taoka Exp $ # SUBDIR += ElectricFence @@ -67,7 +67,6 @@ SUBDIR += libgetline SUBDIR += libgnugetopt SUBDIR += libgtop - SUBDIR += libicq SUBDIR += libmalloc SUBDIR += libshhmsg SUBDIR += libshhopt diff --git a/net/Makefile b/net/Makefile index 1a39934337e..ff8524d5390 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.258 1999/05/05 13:59:05 taoka Exp $ +# $Id: Makefile,v 1.259 1999/05/07 17:44:05 flathill Exp $ # SUBDIR += IglooFTP @@ -92,6 +92,7 @@ SUBDIR += ksamba SUBDIR += ldap SUBDIR += lftp + SUBDIR += libicq SUBDIR += libsocket++ SUBDIR += licq SUBDIR += llnlxdir |