diff options
| author | Ed Schouten <ed@FreeBSD.org> | 2009-06-23 14:11:41 +0000 |
|---|---|---|
| committer | Ed Schouten <ed@FreeBSD.org> | 2009-06-23 14:11:41 +0000 |
| commit | dc428c2ffe95c24345e80e99cf4f97bc1b9e693e (patch) | |
| tree | e1a6a0826168166ecaaa76494acac25175de90fd | |
| parent | 87fbd35f4f277ac73f2a4204ca6e4e8b853dba53 (diff) | |
Notes
| -rw-r--r-- | lib/libc/arm/stdlib/Makefile.inc | 4 | ||||
| -rw-r--r-- | lib/libc/ia64/stdlib/Makefile.inc | 3 | ||||
| -rw-r--r-- | lib/libc/mips/stdlib/Makefile.inc | 4 | ||||
| -rw-r--r-- | lib/libc/sparc64/stdlib/Makefile.inc | 1 |
4 files changed, 0 insertions, 12 deletions
diff --git a/lib/libc/arm/stdlib/Makefile.inc b/lib/libc/arm/stdlib/Makefile.inc deleted file mode 100644 index 1814a0a9c9dc..000000000000 --- a/lib/libc/arm/stdlib/Makefile.inc +++ /dev/null @@ -1,4 +0,0 @@ -# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 -# $FreeBSD$ - -MDSRCS+=abs.c div.c labs.c ldiv.c diff --git a/lib/libc/ia64/stdlib/Makefile.inc b/lib/libc/ia64/stdlib/Makefile.inc deleted file mode 100644 index dda8c76018d8..000000000000 --- a/lib/libc/ia64/stdlib/Makefile.inc +++ /dev/null @@ -1,3 +0,0 @@ -# $FreeBSD$ - -MDSRCS+= abs.c div.c labs.c ldiv.c diff --git a/lib/libc/mips/stdlib/Makefile.inc b/lib/libc/mips/stdlib/Makefile.inc deleted file mode 100644 index b4ee750f8af0..000000000000 --- a/lib/libc/mips/stdlib/Makefile.inc +++ /dev/null @@ -1,4 +0,0 @@ -# $NetBSD: Makefile.inc,v 1.3 2006/03/22 22:03:58 drochner Exp $ -# $FreeBSD$ - -SRCS+= abs.c div.c labs.c ldiv.c llabs.c diff --git a/lib/libc/sparc64/stdlib/Makefile.inc b/lib/libc/sparc64/stdlib/Makefile.inc deleted file mode 100644 index e8c0da7a1d7e..000000000000 --- a/lib/libc/sparc64/stdlib/Makefile.inc +++ /dev/null @@ -1 +0,0 @@ -# $FreeBSD$ |
