diff options
author | jnemeth <jnemeth> | 2016-04-14 05:40:45 +0000 |
---|---|---|
committer | jnemeth <jnemeth> | 2016-04-14 05:40:45 +0000 |
commit | 90a15db88ab9abdab9db4d7562da59ce4a428fec (patch) | |
tree | 5761a06f741464c489a54ccee88673d6d5f7d37d | |
parent | 1a1064a9811988d10143e2bac54b5fb8993458f1 (diff) | |
download | pkgsrc-90a15db88ab9abdab9db4d7562da59ce4a428fec.tar.gz |
add and enable libtelnet
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 0bbf5a074b2..ad68c343564 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1105 2016/04/08 17:00:21 adam Exp $ +# $NetBSD: Makefile,v 1.1106 2016/04/14 05:40:45 jnemeth Exp $ # COMMENT= Networking tools @@ -288,6 +288,7 @@ SUBDIR+= libradius SUBDIR+= librsync SUBDIR+= libsoup SUBDIR+= libsscript +SUBDIR+= libtelnet SUBDIR+= libtorrent SUBDIR+= libtrace SUBDIR+= libupnp |