aboutsummaryrefslogtreecommitdiff
path: root/lib/libcompat/Makefile
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>1995-05-01 08:53:21 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>1995-05-01 08:53:21 +0000
commit85c30cfa12c3a7fefffa22cd7d837b9445c4b883 (patch)
tree0cea6882deed85ceb3f90fd7398b23ca5d98f3ac /lib/libcompat/Makefile
parent81b15f5715d1a2ff86f483c631b041ec3d6ca7b8 (diff)
Notes
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 c06a385f0755..8c0089e107d3 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>