diff options
author | jb <jb@FreeBSD.org> | 1998-06-09 22:59:16 +0000 |
---|---|---|
committer | jb <jb@FreeBSD.org> | 1998-06-09 22:59:16 +0000 |
commit | 44521e5a33d9a50e3916fe8a9209d672ece71c37 (patch) | |
tree | dcab32ce1f5f67382f1f4f3d53be0736d385d016 /lib/libc | |
parent | dd948fe380b5fbb812a7ba50554e15f967df1362 (diff) | |
download | FreeBSD-src-44521e5a33d9a50e3916fe8a9209d672ece71c37.zip FreeBSD-src-44521e5a33d9a50e3916fe8a9209d672ece71c37.tar.gz |
Remove __NETBSD_SYSCALLS from CFLAGS now that it is set in sys.mk.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/alpha/Makefile.inc | 5 |
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: |