diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-06-10 17:46:42 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-06-10 17:46:42 +0000 |
commit | 283daf3259ac82eb8ea46fd251ace0e8f7003781 (patch) | |
tree | 26229502c312b93ac18c90f11ab52555277eb93b | |
parent | fbf8c03c7c7917d04ad799794786f79c4bfce255 (diff) |
correct comment.
-rw-r--r-- | lib/libc/sys/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/Makefile.inc b/lib/libc/sys/Makefile.inc index 673d206a704..95d3d6546b7 100644 --- a/lib/libc/sys/Makefile.inc +++ b/lib/libc/sys/Makefile.inc @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile.inc,v 1.52 2002/06/08 20:55:31 drahn Exp $ +# $OpenBSD: Makefile.inc,v 1.53 2002/06/10 17:46:41 fgsch Exp $ # $NetBSD: Makefile.inc,v 1.35 1995/10/16 23:49:07 jtc Exp $ # @(#)Makefile.inc 8.1 (Berkeley) 6/17/93 # sys sources .PATH: ${LIBCSRCDIR}/arch/${MACHINE_ARCH}/sys ${LIBCSRCDIR}/sys -# for now, only i386 has usable weak aliases +# for now, only arch's below have weak aliases enabled .if ${MACHINE_ARCH} != "i386" && ${MACHINE_ARCH} != "powerpc" && ${MACHINE_ARCH} != "sparc64" && ${MACHINE_ARCH} != "alpha" CFLAGS+= -D_NO_WEAK_ALIASES .endif |