summaryrefslogtreecommitdiff
path: root/lib/libc/sys/Makefile.inc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2000-10-17 17:44:39 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2000-10-17 17:44:39 +0000
commit23530f503dcd13b641c1308097f5e3392ec85bf7 (patch)
tree7b20ee347939a2bcbf17eed9410a0cd1fe983f0b /lib/libc/sys/Makefile.inc
parent4ffeb47e1cdc4d287de5c609e3ac3797499b1be2 (diff)
damn it, i have had it with this untested weak shit
Diffstat (limited to 'lib/libc/sys/Makefile.inc')
-rw-r--r--lib/libc/sys/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/Makefile.inc b/lib/libc/sys/Makefile.inc
index fd2239a32c5..88080c317a3 100644
--- a/lib/libc/sys/Makefile.inc
+++ b/lib/libc/sys/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.37 2000/10/16 14:25:04 deraadt Exp $
+# $OpenBSD: Makefile.inc,v 1.38 2000/10/17 17:44:38 deraadt Exp $
# $NetBSD: Makefile.inc,v 1.35 1995/10/16 23:49:07 jtc Exp $
# @(#)Makefile.inc 8.1 (Berkeley) 6/17/93
@@ -6,7 +6,7 @@
.PATH: ${LIBCSRCDIR}/arch/${MACHINE_ARCH}/sys ${LIBCSRCDIR}/sys
# for now, only i386 has usable weak aliases
-.if ${MACHINE_ARCH} != "i386" && ${MACHINE_ARCH} != "sparc"
+.if ${MACHINE_ARCH} != "i386"
CFLAGS+= -D_NO_WEAK_ALIASES
.endif