summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-06-03 22:07:26 +0000
committerjb <jb@FreeBSD.org>1998-06-03 22:07:26 +0000
commit91228bba9e9b2572b24a987e4bde16644a4ecf5b (patch)
treeee7ebd33723b980b20742045cc4bd3069e26e028 /share
parent76360747fe6024fe1487fde77cf6bf9c41567f42 (diff)
downloadFreeBSD-src-91228bba9e9b2572b24a987e4bde16644a4ecf5b.zip
FreeBSD-src-91228bba9e9b2572b24a987e4bde16644a4ecf5b.tar.gz
Fix my last commit which got caught in the cvs/cvsup cycle.
I'm told that I botched the tabs too. I'm not sure they are fixed now because I find that rather tedious.
Diffstat (limited to 'share')
-rw-r--r--share/mk/sys.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/share/mk/sys.mk b/share/mk/sys.mk
index 3e2b949..1f3ada0 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.34 1998/06/03 08:07:31 jb Exp $
+# $Id: sys.mk,v 1.35 1998/06/03 08:51:39 jb Exp $
unix ?= We run FreeBSD, not UNIX.
@@ -107,7 +107,6 @@ MACHINE_ARCH?= i386
# Default executable format
.if ${MACHINE_ARCH} == "alpha"
BINFORMAT ?= elf
-CFLAGS += -D__NETBSD_SYSCALLS
.else
BINFORMAT ?= aout
.endif
@@ -252,5 +251,5 @@ HTAGSFLAGS=
# Architectures that use NetBSD syscalls:
.if ${MACHINE_ARCH} == "alpha"
-CFLAGS+= -D__NETBSD_SYSCALLS
+CFLAGS += -D__NETBSD_SYSCALLS
.endif
OpenPOWER on IntegriCloud