diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-03-29 19:44:14 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-03-29 19:44:14 +0000 |
| commit | ffdb787e624a0fa0b2d1da38174163cad1e6c531 (patch) | |
| tree | 4dca66a44b383ff903bb44a96def435922859976 /lib | |
| parent | 162fc7cd57c361613a8f94458ada94f588322c1f (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libcompat/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libcompat/Makefile b/lib/libcompat/Makefile index 54d56a989725..ad036287ccd4 100644 --- a/lib/libcompat/Makefile +++ b/lib/libcompat/Makefile @@ -9,11 +9,7 @@ NOPIC= ${.CURDIR}/4.3/${MACHINE} ${.CURDIR}/4.3 \ ${.CURDIR}/4.4/${MACHINE} ${.CURDIR}/4.4 \ ${.CURDIR}/regexp \ - ${.CURDIR}/SysV \ - ${.CURDIR}/../libc/stdlib - -# will be removed with the next FreeBSD release -SRCS= random.c + ${.CURDIR}/SysV # compat 4.1 sources # XXX MISSING: tell.c vlimit.c vtimes.c |
