From 6d227fe7bb9bed4231f363183cb77c2e62131653 Mon Sep 17 00:00:00 2001 From: tjr Date: Sat, 13 Nov 2004 23:54:30 +0000 Subject: Remove stub libxpg4. All functionality was merged into libc a long time ago. --- lib/Makefile | 2 +- lib/libxpg4/Makefile | 10 ---------- lib/libxpg4/fakelib.c | 8 -------- 3 files changed, 1 insertion(+), 19 deletions(-) delete mode 100644 lib/libxpg4/Makefile delete mode 100644 lib/libxpg4/fakelib.c (limited to 'lib') diff --git a/lib/Makefile b/lib/Makefile index 4b763fa..5f4fe5e 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -32,7 +32,7 @@ SUBDIR= ${_csu} libcom_err libcrypt libkvm msun libmd libncurses \ ${_libncp} ${_libngatm} libopie libpam libpanel libpcap \ ${_libpthread} ${_libsdp} ${_libsm} ${_libsmb} ${_libsmdb} \ ${_libsmutil} libstand libtelnet ${_libthr} ${_libthread_db} libufs \ - libugidfw ${_libusbhid} ${_libvgl} libwrap libxpg4 liby libz ${_bind} + libugidfw ${_libusbhid} ${_libvgl} libwrap liby libz ${_bind} .if exists(${.CURDIR}/csu/${MACHINE_ARCH}-elf) _csu=csu/${MACHINE_ARCH}-elf diff --git a/lib/libxpg4/Makefile b/lib/libxpg4/Makefile deleted file mode 100644 index cb3a26e..0000000 --- a/lib/libxpg4/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -# $FreeBSD$ - -LIB= xpg4 -SHLIB_MAJOR= 3 - -SRCS= fakelib.c - -NOMAN= - -.include diff --git a/lib/libxpg4/fakelib.c b/lib/libxpg4/fakelib.c deleted file mode 100644 index add637a..0000000 --- a/lib/libxpg4/fakelib.c +++ /dev/null @@ -1,8 +0,0 @@ -/* $FreeBSD$ */ - -/* libxpg4 is obsolete in FreeBSD 6 -- library has been merged into libc. */ -#define OBSOLETE_IN_6 - -#include - -static int ___fake_library___; -- cgit v1.1