summaryrefslogtreecommitdiffstats
path: root/sys/boot/pc98/libpc98/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/pc98/libpc98/Makefile')
-rw-r--r--sys/boot/pc98/libpc98/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/pc98/libpc98/Makefile b/sys/boot/pc98/libpc98/Makefile
index be420a4..5fe3f56 100644
--- a/sys/boot/pc98/libpc98/Makefile
+++ b/sys/boot/pc98/libpc98/Makefile
@@ -49,6 +49,6 @@ machine:
OBJS+= pxetramp.o
pxetramp.o: pxetramp.s
- as -o ${.TARGET} ${.ALLSRC:M*pxetramp*}
+ ${AS} ${AFLAGS} -o ${.TARGET} ${.ALLSRC:M*pxetramp*}
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud