diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-11-26 10:01:43 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-11-26 10:01:43 +0000 |
commit | 467434707b9b022c03dc1ae8f7ec36d1a655b2f4 (patch) | |
tree | 3f7f4a581fcc51edcab28715a59dfbdc0707b977 /sys/arch/sgi | |
parent | db3f2ac4ff401472bb012047a994dfab57e3c20c (diff) |
More LIBKERN bits that go away
Diffstat (limited to 'sys/arch/sgi')
-rw-r--r-- | sys/arch/sgi/stand/Makefile.inc | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/sys/arch/sgi/stand/Makefile.inc b/sys/arch/sgi/stand/Makefile.inc index ea09808bab5..f19cdc6ef4d 100644 --- a/sys/arch/sgi/stand/Makefile.inc +++ b/sys/arch/sgi/stand/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.3 2005/12/30 02:03:49 millert Exp $ +# $OpenBSD: Makefile.inc,v 1.4 2007/11/26 10:01:42 deraadt Exp $ # $NetBSD: Makefile.inc,v 1.7 2000/08/20 14:57:16 mrg Exp $ .ifndef __INCLUDED_STAND_MAKEFILE_INC @@ -21,21 +21,6 @@ AS= as -32 LD= ld -m elf32btsmip .endif - - -### Figure out what to use for libkern -LIBKERNDIR= ${.CURDIR}/../libkern - -.if exists(${LIBKERNDIR}/obj.${MACHINE}) -LIBKERNOBJDIR= ${LIBKERNDIR}/obj.${MACHINE} -.elif exists(${LIBKERNDIR}/obj) -LIBKERNOBJDIR= ${LIBKERNDIR}/obj -.else -LIBKERNOBJDIR= ${LIBKERNDIR} -.endif - -LIBKERN= ${LIBKERNOBJDIR}/libkern.a - ### Figure out what to use for libsa LIBSADIR= ${.CURDIR}/../libsa |