summaryrefslogtreecommitdiff
path: root/lib/libcompat
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1996-10-09 16:12:38 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1996-10-09 16:12:38 +0000
commit7c99d4740c4802de3a1b70d6bf4737566669f837 (patch)
treedb3b85a1a1dd248712f08ce86fdb4b62ad001034 /lib/libcompat
parent40f8b70da6682b1a0683648b595e6cd5c1525de9 (diff)
Notes
Diffstat (limited to 'lib/libcompat')
-rw-r--r--lib/libcompat/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/lib/libcompat/Makefile b/lib/libcompat/Makefile
index 894071951cd3..54d56a989725 100644
--- a/lib/libcompat/Makefile
+++ b/lib/libcompat/Makefile
@@ -1,7 +1,7 @@
# @(#)Makefile 8.1 (Berkeley) 6/4/93
LIB=compat
-CFLAGS+=-DLIBC_SCCS -DSYSLIBC_SCCS
+CFLAGS+=-DLIBC_SCCS -DSYSLIBC_SCCS -DCOMPAT_WEAK_SEEDING
AINC= -I${.CURDIR}/../libc/${MACHINE}
NOPIC=
@@ -9,11 +9,15 @@ NOPIC=
${.CURDIR}/4.3/${MACHINE} ${.CURDIR}/4.3 \
${.CURDIR}/4.4/${MACHINE} ${.CURDIR}/4.4 \
${.CURDIR}/regexp \
- ${.CURDIR}/SysV
+ ${.CURDIR}/SysV \
+ ${.CURDIR}/../libc/stdlib
+
+# will be removed with the next FreeBSD release
+SRCS= random.c
# compat 4.1 sources
# XXX MISSING: tell.c vlimit.c vtimes.c
-SRCS= ascftime.c cftime.c ftime.c getpw.c gtty.c stty.c
+SRCS+= ascftime.c cftime.c ftime.c getpw.c gtty.c stty.c
.if (${MACHINE} == "vax")
SRCS+= reset.s