summaryrefslogtreecommitdiff
path: root/lib/libcompat/Makefile
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2003-05-08 23:26:31 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2003-05-08 23:26:31 +0000
commit2dc1a94e9793fba3e4faeb3e1ef7156fa729a958 (patch)
treeb127207232928c5ffc890daf1f3257fea832cb3b /lib/libcompat/Makefile
parent2321232e458a84c459f724406192cc87b757f469 (diff)
move insque(3) and remque(3) from libcompat -> libc; they are now POSIX
Diffstat (limited to 'lib/libcompat/Makefile')
-rw-r--r--lib/libcompat/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libcompat/Makefile b/lib/libcompat/Makefile
index 477732655ef..c5e1cff1403 100644
--- a/lib/libcompat/Makefile
+++ b/lib/libcompat/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.9 2003/05/08 23:21:36 millert Exp $
+# $OpenBSD: Makefile,v 1.10 2003/05/08 23:26:30 millert Exp $
# $NetBSD: Makefile,v 1.15 1995/09/07 07:17:53 jtc Exp $
LIB= compat
@@ -28,11 +28,9 @@ MLINKS+=stty.3 gtty.3
# compat 4.3 sources
# missing: sibuf.c sobuf.c strout.c
SRCS+= regex.c rexec.c
-SRCS+= insque.c remque.c
-MAN+= insque.3 re_comp.3 rexec.3
+MAN+= re_comp.3 rexec.3
-MLINKS+=insque.3 remque.3
MLINKS+=re_comp.3 re_exec.3
# compat 4.4 sources