diff options
author | wiz <wiz@pkgsrc.org> | 2007-03-23 06:26:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-03-23 06:26:18 +0000 |
commit | 2ff794eb7fe3653420edc7823cef3a8abdbb4fb1 (patch) | |
tree | 7147d62aafa00b968faeb7b23e46b0a70c7c8195 /net/Makefile | |
parent | 1de8c1327f2547b0f6fc81bb2bddd9afdacbd281 (diff) | |
download | pkgsrc-2ff794eb7fe3653420edc7823cef3a8abdbb4fb1.tar.gz |
Complete move of chat/ser to net/ser. Addresses PR 36059.
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 916f8462aab..9919316f3d4 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.660 2007/03/20 13:32:10 tron Exp $ +# $NetBSD: Makefile,v 1.661 2007/03/23 06:26:18 wiz Exp $ # COMMENT= Networking tools @@ -403,6 +403,7 @@ SUBDIR+= scli SUBDIR+= sdig SUBDIR+= sdist SUBDIR+= sendfile +SUBDIR+= ser SUBDIR+= sharity-light SUBDIR+= sipcalc SUBDIR+= sipsak |