diff options
Diffstat (limited to 'lib/libc/gen/Makefile.inc')
-rw-r--r-- | lib/libc/gen/Makefile.inc | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/libc/gen/Makefile.inc b/lib/libc/gen/Makefile.inc index fa527cc1402..382515210d7 100644 --- a/lib/libc/gen/Makefile.inc +++ b/lib/libc/gen/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.4 1996/05/28 14:11:20 etheisen Exp $ +# $OpenBSD: Makefile.inc,v 1.5 1996/05/29 03:05:11 deraadt Exp $ # $NetBSD: Makefile.inc,v 1.71 1996/04/15 23:44:53 jtc Exp $ # @(#)Makefile.inc 8.3 (Berkeley) 4/16/94 @@ -30,11 +30,6 @@ SRCS+= _err.c _errx.c _sys_errlist.c _sys_nerr.c _sys_siglist.c \ # _setjmp() fabs() frexp() infinity isinf() ldexp() modf() # setjmp() sigsetjmp() -# machine dependant ELF ABI v1 libc support -.if (${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "mips") -SRCS+= elf_sup.c -.endif - .include "${.CURDIR}/arch/${MACHINE_ARCH}/gen/Makefile.inc" .ifdef _NOTDEF_XXX_ |