diff options
| author | John Birrell <jb@FreeBSD.org> | 1998-06-03 08:51:39 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1998-06-03 08:51:39 +0000 |
| commit | a09e15f35c9591014ef900b9c7ed137a3189ad0c (patch) | |
| tree | b1c7045863a48b297d4ae230c198ca71a1c2f505 | |
| parent | 57e8fac88338179a7916dda6dbec5353ab1f5e24 (diff) | |
Notes
| -rw-r--r-- | share/mk/sys.mk | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/share/mk/sys.mk b/share/mk/sys.mk index 17e4104c61af..3e2b949886cb 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.33 1998/05/15 09:34:48 bde Exp $ +# $Id: sys.mk,v 1.34 1998/06/03 08:07:31 jb Exp $ unix ?= We run FreeBSD, not UNIX. @@ -249,3 +249,8 @@ HTAGSFLAGS= .if exists(/etc/make.conf) .include </etc/make.conf> .endif + +# Architectures that use NetBSD syscalls: +.if ${MACHINE_ARCH} == "alpha" +CFLAGS+= -D__NETBSD_SYSCALLS +.endif |
