diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-08-29 10:56:13 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-08-29 10:56:13 +0000 |
commit | 6d257cb3265f481979734dd9f4649c2eb1cdf576 (patch) | |
tree | ce3574f3ae2242a1abc4d6afeb13bf9760180502 /net/Makefile | |
parent | a57a9cafe0468f16bc72db093466a9e49bf55151 (diff) | |
download | FreeBSD-ports-6d257cb3265f481979734dd9f4649c2eb1cdf576.zip FreeBSD-ports-6d257cb3265f481979734dd9f4649c2eb1cdf576.tar.gz |
add ntalk
A console chat application written with ncurse
PR: 30090
Submitted by: Gea-Suan Lin <gslin@infomath.math.nctu.edu.tw>
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index e4a4c6b..65866a1 100644 --- a/net/Makefile +++ b/net/Makefile @@ -229,6 +229,7 @@ SUBDIR += nslint SUBDIR += nsping SUBDIR += nstreams + SUBDIR += ntalk SUBDIR += ntimelord SUBDIR += ntop SUBDIR += ntp |