summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/alpha/Makefile.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/alpha/Makefile.inc b/lib/libc/alpha/Makefile.inc
index b4b402b..1175856 100644
--- a/lib/libc/alpha/Makefile.inc
+++ b/lib/libc/alpha/Makefile.inc
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Makefile.inc,v 1.1.1.1 1998/03/09 06:34:41 jb Exp $
#
# Machine dependent definitions for the alpha architecture.
#
@@ -6,7 +6,8 @@
#
NETBSD_SYSCALLS=1
-CFLAGS+=-D__NETBSD_SYSCALLS
+# This is needed in more places than just libc, so it is now set in sys.mk
+#CFLAGS+=-D__NETBSD_SYSCALLS
#
# Alpha is 64-bit, so it doesn't need quad functions:
OpenPOWER on IntegriCloud