diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2004-11-13 23:54:30 +0000 |
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2004-11-13 23:54:30 +0000 |
| commit | 2868be0b05ea20695e380c81622b575a556a3dd8 (patch) | |
| tree | 4fc3ede340eb461d6b7450e3aa253492b8e091b3 | |
| parent | f454a309d3d9f5cf92327bec05c01ff304359cf7 (diff) | |
Notes
| -rw-r--r-- | lib/Makefile | 2 | ||||
| -rw-r--r-- | lib/libxpg4/Makefile | 10 | ||||
| -rw-r--r-- | lib/libxpg4/fakelib.c | 8 |
3 files changed, 1 insertions, 19 deletions
diff --git a/lib/Makefile b/lib/Makefile index 4b763fa85b2d..5f4fe5efdaca 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 cb3a26eb34fe..000000000000 --- a/lib/libxpg4/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -# $FreeBSD$ - -LIB= xpg4 -SHLIB_MAJOR= 3 - -SRCS= fakelib.c - -NOMAN= - -.include <bsd.lib.mk> diff --git a/lib/libxpg4/fakelib.c b/lib/libxpg4/fakelib.c deleted file mode 100644 index add637aa6a09..000000000000 --- 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 <sys/param.h> - -static int ___fake_library___; |
