freebsd-dev/lib/libc/i386/stdlib
Bruce Evans a461908da4 Handle machine-dependent (stdlib) sources more automatically.
This fixes bugs in the manual handling.  abs.[cS] was handled too
specially and the wrong (.c) variant for each of div.[cS], labs.[cS]
and ldiv.[cS] was added to SRCS.  This caused the .c variant to be
used if `depend' was made and the .S version to be used otherwise.
1997-10-16 14:58:30 +00:00
..
abs.S Import CSRG 4.4BSD-Lite2 lib/libc onto vendor branch 1997-03-11 11:29:42 +00:00
div.S Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00
labs.S Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00
ldiv.S Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00
Makefile.inc Handle machine-dependent (stdlib) sources more automatically. 1997-10-16 14:58:30 +00:00