summaryrefslogtreecommitdiffstats
path: root/lib/libcompat/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1995-05-01 08:53:21 +0000
committerjoerg <joerg@FreeBSD.org>1995-05-01 08:53:21 +0000
commit48dd93ce46018e8da0408350611e1ef6d058c7f1 (patch)
tree0cea6882deed85ceb3f90fd7398b23ca5d98f3ac /lib/libcompat/Makefile
parentd369a779fb331a180cea29958f39b8668ecf45d3 (diff)
downloadFreeBSD-src-48dd93ce46018e8da0408350611e1ef6d058c7f1.zip
FreeBSD-src-48dd93ce46018e8da0408350611e1ef6d058c7f1.tar.gz
Added function and man page for ftok(3), used in conjunction with
the so-called "System V IPC". Submitted by: jbeukema@HK.Super.Net (John Beukema) Obtained from: Th. Lockert <tholo@sigmasoft.com>, via NetBSD
Diffstat (limited to 'lib/libcompat/Makefile')
-rw-r--r--lib/libcompat/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/lib/libcompat/Makefile b/lib/libcompat/Makefile
index c06a385..8c0089e 100644
--- a/lib/libcompat/Makefile
+++ b/lib/libcompat/Makefile
@@ -8,7 +8,8 @@ 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}/regexp \
+ ${.CURDIR}/SysV
# compat 4.1 sources
# XXX MISSING: tell.c vlimit.c vtimes.c
@@ -62,4 +63,10 @@ MAN3+= regexp/regexp.3
MLINKS+=regexp.3 regcomp.3 regexp.3 regexec.3 regexp.3 regsub.3 \
regexp.3 regerror.3
+# SysV compat sources
+SRCS+= ftok.c
+
+MAN3+= SysV/ftok.3
+
+
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud