aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/pc98/libpc98/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2003-06-07 17:42:26 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2003-06-07 17:42:26 +0000
commit9b8d527fef07666f64708f96e670519ab223f0b4 (patch)
tree8c9abcf904c0f3064313b1a7214a494eb7018d01 /sys/boot/pc98/libpc98/Makefile
parent0d7d990649c0d87d9f878b30f2689953f0344493 (diff)
Notes
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 be420a43f243..5fe3f56528f4 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>