summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/stand/bootblk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/sparc64/stand/bootblk/Makefile')
-rw-r--r--sys/arch/sparc64/stand/bootblk/Makefile14
1 files changed, 2 insertions, 12 deletions
diff --git a/sys/arch/sparc64/stand/bootblk/Makefile b/sys/arch/sparc64/stand/bootblk/Makefile
index e4fe6eaea09..52c55d5aeea 100644
--- a/sys/arch/sparc64/stand/bootblk/Makefile
+++ b/sys/arch/sparc64/stand/bootblk/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.9 2012/08/30 19:29:14 pascal Exp $
+# $OpenBSD: Makefile,v 1.10 2012/08/31 17:19:29 deraadt Exp $
# $NetBSD: Makefile,v 1.1 2000/08/20 14:58:45 mrg Exp $
CURDIR= ${.CURDIR}
@@ -14,18 +14,8 @@ CLEANFILES= assym.fth.h assym.fth.h.tmp machine sparc \
NOMAN=
STRIPFLAG=
-# deal with Solaris vs. NetBSD build environments for now ..
-OS!=uname -s
-.if (${OS} == "OpenBSD")
-USE_GENASSYM?= no
-SVR4=
-.else
-USE_GENASSYM?= yes
-SVR4=-U__SVR4 -U__svr4__ -D__NetBSD__
-.endif
-
INCLUDES= -I. -I$S/arch -I$S -nostdinc
-CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_LKM ${SVR4}
+CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM}
.if !make(libdep) && !make(sadep) && !make(salibdir) && !make(obj)
.BEGIN: