summaryrefslogtreecommitdiffstats
path: root/sys/boot/pc98/kgzldr
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-06-07 17:42:26 +0000
committerobrien <obrien@FreeBSD.org>2003-06-07 17:42:26 +0000
commit1b5ff95b0965a9b9da8e42cd7460017b131c6c65 (patch)
tree8c9abcf904c0f3064313b1a7214a494eb7018d01 /sys/boot/pc98/kgzldr
parent140ab1fb5ab072bc026f6cac5880d828d74203a3 (diff)
downloadFreeBSD-src-1b5ff95b0965a9b9da8e42cd7460017b131c6c65.zip
FreeBSD-src-1b5ff95b0965a9b9da8e42cd7460017b131c6c65.tar.gz
Add ${AFLAGS} to 'as' invocation.
Diffstat (limited to 'sys/boot/pc98/kgzldr')
-rw-r--r--sys/boot/pc98/kgzldr/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/pc98/kgzldr/Makefile b/sys/boot/pc98/kgzldr/Makefile
index 9fed53d..66e725e 100644
--- a/sys/boot/pc98/kgzldr/Makefile
+++ b/sys/boot/pc98/kgzldr/Makefile
@@ -14,7 +14,7 @@ AFLAGS+=--defsym PC98=1
.for asm in start crt sio
OBJS+= ${asm}.o
${asm}.o: ${asm}.s
- as -o ${.TARGET} ${.ALLSRC:M*${asm}*}
+ ${AS} ${AFLAGS} -o ${.TARGET} ${.ALLSRC:M*${asm}*}
.endfor
CLEANFILES=kgzldr.o
OpenPOWER on IntegriCloud