summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/stand/cdbr/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/amd64/stand/cdbr/Makefile')
-rw-r--r--sys/arch/amd64/stand/cdbr/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/amd64/stand/cdbr/Makefile b/sys/arch/amd64/stand/cdbr/Makefile
index e79ea20c858..681c1cb00c0 100644
--- a/sys/arch/amd64/stand/cdbr/Makefile
+++ b/sys/arch/amd64/stand/cdbr/Makefile
@@ -1,9 +1,11 @@
-# $OpenBSD: Makefile,v 1.1 2004/08/21 18:48:37 tom Exp $
+# $OpenBSD: Makefile,v 1.2 2004/08/24 15:33:25 tom Exp $
#
PROG= cdbr
SRCS= cdbr.S
AFLAGS+=-m32 -I${.CURDIR} -I${.CURDIR}/../../.. #-Wa,-a
+AFLAGS+=-DOSREV=\"${OSREV}\"
+AFLAGS+=-DMACH=\"${MACHINE}\" -DMACH_U=\"${MACHINE:U}\"
LD=ld
ORG= 0x0000
LDFLAGS=-melf_i386 -nostdlib -Ttext ${ORG} -x -N -s -Bstatic -e start