summaryrefslogtreecommitdiff
path: root/lib/libalias
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2020-05-16 02:29:10 +0000
committerEd Maste <emaste@FreeBSD.org>2020-05-16 02:29:10 +0000
commit65a1d63665bf8b9cd2596d4319b31efc2232b722 (patch)
tree2007cd57a3f6c012298e05be288db5441641fa09 /lib/libalias
parent5add701776232903532062c48930bb8a7ab65c1b (diff)
downloadsrc-test-65a1d63665bf8b9cd2596d4319b31efc2232b722.tar.gz
src-test-65a1d63665bf8b9cd2596d4319b31efc2232b722.zip
libalias: retire cuseeme support
The CU-SeeMe videoconferencing client and associated protocol is at this point a historical artifact; there is no need to retain support for this protocol today. Reviewed by: philip, markj, allanjude Relnotes: Yes Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D24790
Notes
Notes: svn path=/head/; revision=361099
Diffstat (limited to 'lib/libalias')
-rw-r--r--lib/libalias/libalias/libalias.conf1
-rw-r--r--lib/libalias/modules/cuseeme/Makefile6
-rw-r--r--lib/libalias/modules/cuseeme/Makefile.depend17
3 files changed, 0 insertions, 24 deletions
diff --git a/lib/libalias/libalias/libalias.conf b/lib/libalias/libalias/libalias.conf
index a938e67aaabdb..b93971f2305fc 100644
--- a/lib/libalias/libalias/libalias.conf
+++ b/lib/libalias/libalias/libalias.conf
@@ -1,5 +1,4 @@
# $FreeBSD$
-/lib/libalias_cuseeme.so
/lib/libalias_ftp.so
/lib/libalias_irc.so
/lib/libalias_nbt.so
diff --git a/lib/libalias/modules/cuseeme/Makefile b/lib/libalias/modules/cuseeme/Makefile
deleted file mode 100644
index aad93c0353c91..0000000000000
--- a/lib/libalias/modules/cuseeme/Makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-# $FreeBSD$
-
-NAME= cuseeme
-SRCS= alias_cuseeme.c
-
-.include <bsd.lib.mk>
diff --git a/lib/libalias/modules/cuseeme/Makefile.depend b/lib/libalias/modules/cuseeme/Makefile.depend
deleted file mode 100644
index 6cfaab1c36440..0000000000000
--- a/lib/libalias/modules/cuseeme/Makefile.depend
+++ /dev/null
@@ -1,17 +0,0 @@
-# $FreeBSD$
-# Autogenerated - do NOT edit!
-
-DIRDEPS = \
- gnu/lib/csu \
- include \
- include/xlocale \
- lib/${CSU_DIR} \
- lib/libc \
- lib/libcompiler_rt \
-
-
-.include <dirdeps.mk>
-
-.if ${DEP_RELDIR} == ${_DEP_RELDIR}
-# local dependencies - needed for -jN in clean tree
-.endif