summaryrefslogtreecommitdiffstats
path: root/lib/libcompat/Makefile
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>1998-06-10 16:20:21 +0000
committerjdp <jdp@FreeBSD.org>1998-06-10 16:20:21 +0000
commit0b6b117e6b05808b44ecd4fa519de023521171fd (patch)
treeaddd25728388883b2648c1c3f929260f6f414c2c /lib/libcompat/Makefile
parent67afc7e5a0e36986dc0f602e5cb66eeaeb12413f (diff)
downloadFreeBSD-src-0b6b117e6b05808b44ecd4fa519de023521171fd.zip
FreeBSD-src-0b6b117e6b05808b44ecd4fa519de023521171fd.tar.gz
Move ftok() from libcompat to libc, so that it can be closer to its
friend shmget(). PR: closes misc/6763
Diffstat (limited to 'lib/libcompat/Makefile')
-rw-r--r--lib/libcompat/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/lib/libcompat/Makefile b/lib/libcompat/Makefile
index 5bf8c33..36c41a5 100644
--- a/lib/libcompat/Makefile
+++ b/lib/libcompat/Makefile
@@ -8,8 +8,7 @@ NOPIC=
.PATH: ${.CURDIR}/4.1/${MACHINE} ${.CURDIR}/4.1 \
${.CURDIR}/4.3/${MACHINE} ${.CURDIR}/4.3 \
${.CURDIR}/4.4/${MACHINE} ${.CURDIR}/4.4 \
- ${.CURDIR}/regexp \
- ${.CURDIR}/SysV
+ ${.CURDIR}/regexp
# compat 4.1 sources
# XXX MISSING: tell.c vlimit.c vtimes.c
@@ -65,10 +64,4 @@ MAN3+= regexp/regexp.3
# MLINKS+=regexp.3 regcomp.3 regexp.3 regexec.3 regexp.3 regerror.3
MLINKS+=regexp.3 regsub.3
-# SysV compat sources
-SRCS+= ftok.c
-
-MAN3+= SysV/ftok.3
-
-
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud