mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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.
This commit is contained in:
parent
30a972f7e3
commit
b1ecf4ef4b
1 changed files with 1 additions and 6 deletions
|
|
@ -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 <bsd.own.mk>
|
||||
|
||||
# Architectures that use NetBSD syscalls:
|
||||
.if ${MACHINE_ARCH} == "alpha"
|
||||
CFLAGS += -D__NETBSD_SYSCALLS
|
||||
.endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue