summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorfgsch <fgsch@openbsd.org>2002-06-10 17:46:41 +0000
committerfgsch <fgsch@openbsd.org>2002-06-10 17:46:41 +0000
commit75808c17c3ec7bd531101e5398938ca9fea28a6d (patch)
tree6c2125395b5e073bbf120f92789fa02d32d5d757 /lib/libc/sys
parentchange RhostsRSAAuthentication and RhostsAuthentication default to no (diff)
downloadwireguard-openbsd-75808c17c3ec7bd531101e5398938ca9fea28a6d.tar.xz
wireguard-openbsd-75808c17c3ec7bd531101e5398938ca9fea28a6d.zip
correct comment.
Diffstat (limited to 'lib/libc/sys')
-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 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