summaryrefslogtreecommitdiffstats
path: root/lib/libcompat/Makefile
diff options
context:
space:
mode:
authorrobert <robert@FreeBSD.org>2002-10-16 14:00:46 +0000
committerrobert <robert@FreeBSD.org>2002-10-16 14:00:46 +0000
commitea03112dbfc5c3e2bd1036cae5b8a2bbd59bcefc (patch)
treef842a8fc345135dd3f0a7b4514d049f10569985e /lib/libcompat/Makefile
parent1e67ecad50f463bed6a712df9a25865e9a8bc358 (diff)
downloadFreeBSD-src-ea03112dbfc5c3e2bd1036cae5b8a2bbd59bcefc.zip
FreeBSD-src-ea03112dbfc5c3e2bd1036cae5b8a2bbd59bcefc.tar.gz
- Remove the old insque() and remque() functions and their manual
page from the compatibility library. - Add new implementations of insque() and remque() which conform to IEEE Std 1003.1-2001 to libc. Add a new manual page for them and connect them to the build. - Add the prototypes of insque() and remque() to the search.h header.
Diffstat (limited to 'lib/libcompat/Makefile')
-rw-r--r--lib/libcompat/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libcompat/Makefile b/lib/libcompat/Makefile
index 668f7b6..bd1dd9e 100644
--- a/lib/libcompat/Makefile
+++ b/lib/libcompat/Makefile
@@ -24,14 +24,12 @@ MLINKS+=cftime.3 ascftime.3
# compat 4.3 sources
# XXX MISSING: ecvt.c gcvt.c sibuf.c sobuf.c strout.c
SRCS+= cfree.c lsearch.c regex.c rexec.c
-SRCS+= insque.c remque.c
# XXX MISSING: ecvt.0
-MAN+= 4.3/cfree.3 4.3/insque.3 4.3/lsearch.3 4.3/re_comp.3 4.3/rexec.3
+MAN+= 4.3/cfree.3 4.3/lsearch.3 4.3/re_comp.3 4.3/rexec.3
# XXX MISSING: ecvt.3, so can't MLINK
#MLINKS+=ecvt.3 fcvt.3 ecvt.3 gcvt.3
-MLINKS+=insque.3 remque.3
MLINKS+=re_comp.3 re_exec.3
MLINKS+=lsearch.3 lfind.3
OpenPOWER on IntegriCloud