From b1ecf4ef4bf1356900cbe921e13b8e37da95f413 Mon Sep 17 00:00:00 2001 From: John Birrell Date: Sat, 8 Aug 1998 02:08:37 +0000 Subject: [PATCH] Remove the alpha specific __NETBSD_SYSCALLS from CFLAGS. This can still be added in /etc/make.conf. Yes folks, the alpha kernel is coming to a screen (and hopefully a disk) near you. Thanks to Doug. --- share/mk/sys.mk | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/share/mk/sys.mk b/share/mk/sys.mk index 7bac160ce78..255c1d017b7 100644 --- a/share/mk/sys.mk +++ b/share/mk/sys.mk @@ -1,5 +1,5 @@ # from: @(#)sys.mk 8.2 (Berkeley) 3/21/94 -# $Id: sys.mk,v 1.38 1998/06/12 10:52:52 peter Exp $ +# $Id: sys.mk,v 1.39 1998/08/03 08:28:14 bde Exp $ unix ?= We run FreeBSD, not UNIX. @@ -241,8 +241,3 @@ HTAGSFLAGS= .endif .include - -# Architectures that use NetBSD syscalls: -.if ${MACHINE_ARCH} == "alpha" -CFLAGS += -D__NETBSD_SYSCALLS -.endif