Remove the comment about how to get NetBSD syscalls since there are

now programs built on alpha that _must_ use FreeBSD syscalls to work.
This commit is contained in:
John Birrell 1998-08-17 03:35:09 +00:00
parent 580367f264
commit 4f27f01e1d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38375

View File

@ -1,14 +1,7 @@
# $Id: Makefile.inc,v 1.2 1998/06/09 22:59:16 jb Exp $ # $Id: Makefile.inc,v 1.3 1998/08/08 02:14:45 jb Exp $
# #
# Machine dependent definitions for the alpha architecture. # Machine dependent definitions for the alpha architecture.
# #
# If you want to build a libc for use with a NetBSD kernel, edit your
# /etc/make.conf to include the lines:
#
# NETBSD_SYSCALLS=1
# CFLAGS=-D__NETBSD_SYSCALLS
#
# The alpha libc now uses FreeBSD syscalls by default.
# #
# Alpha is 64-bit, so it doesn't need quad functions: # Alpha is 64-bit, so it doesn't need quad functions: