diff options
author | wiz <wiz> | 2007-03-23 06:26:18 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-03-23 06:26:18 +0000 |
commit | 353d4216e93e016ffe9d8eec8b4ada9a75131fb1 (patch) | |
tree | 7147d62aafa00b968faeb7b23e46b0a70c7c8195 /chat/Makefile | |
parent | 08f1a120db3412a7f356f4134ba01849cb93b832 (diff) | |
download | pkgsrc-353d4216e93e016ffe9d8eec8b4ada9a75131fb1.tar.gz |
Complete move of chat/ser to net/ser. Addresses PR 36059.
Diffstat (limited to 'chat/Makefile')
-rw-r--r-- | chat/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chat/Makefile b/chat/Makefile index 276dbd69610..f342a020213 100644 --- a/chat/Makefile +++ b/chat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.121 2007/03/12 12:43:20 tron Exp $ +# $NetBSD: Makefile,v 1.122 2007/03/23 06:26:18 wiz Exp $ # COMMENT= Communication programs @@ -79,7 +79,6 @@ SUBDIR+= quirc SUBDIR+= riece SUBDIR+= roxirc SUBDIR+= scrollz -SUBDIR+= ser SUBDIR+= silc-client SUBDIR+= silc-client-icb SUBDIR+= silc-server |