summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-06-30 14:10:58 +0000
committerru <ru@FreeBSD.org>2003-06-30 14:10:58 +0000
commitafcf98e92a64c393bcec75535adee26b58c220a3 (patch)
tree7a45bcc96bf67b48c6c2f7141924689eb727e34c /sys/boot
parented55c31b37c9d3295d1a3d7e5fe16aad8d64789a (diff)
downloadFreeBSD-src-afcf98e92a64c393bcec75535adee26b58c220a3.zip
FreeBSD-src-afcf98e92a64c393bcec75535adee26b58c220a3.tar.gz
Switch to using bsd.prog.mk; this gives us back the standard
.s.o transformation rule.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/i386/btx/lib/Makefile7
-rw-r--r--sys/boot/pc98/btx/lib/Makefile7
2 files changed, 4 insertions, 10 deletions
diff --git a/sys/boot/i386/btx/lib/Makefile b/sys/boot/i386/btx/lib/Makefile
index 0eba8f9..fb56ca1 100644
--- a/sys/boot/i386/btx/lib/Makefile
+++ b/sys/boot/i386/btx/lib/Makefile
@@ -1,14 +1,11 @@
# $FreeBSD$
OBJS= btxcsu.o btxsys.o btxv86.o
-CLEANFILES+= crt0.o ${OBJS}
+CLEANFILES= crt0.o
all: crt0.o
crt0.o: ${OBJS}
${LD} ${LDFLAGS} -i -o ${.TARGET} ${OBJS}
-.include <bsd.lib.mk>
-
-.s.o:
- ${AS} ${AFLAGS} -o ${.TARGET} ${.IMPSRC}
+.include <bsd.prog.mk>
diff --git a/sys/boot/pc98/btx/lib/Makefile b/sys/boot/pc98/btx/lib/Makefile
index 0eba8f9..fb56ca1 100644
--- a/sys/boot/pc98/btx/lib/Makefile
+++ b/sys/boot/pc98/btx/lib/Makefile
@@ -1,14 +1,11 @@
# $FreeBSD$
OBJS= btxcsu.o btxsys.o btxv86.o
-CLEANFILES+= crt0.o ${OBJS}
+CLEANFILES= crt0.o
all: crt0.o
crt0.o: ${OBJS}
${LD} ${LDFLAGS} -i -o ${.TARGET} ${OBJS}
-.include <bsd.lib.mk>
-
-.s.o:
- ${AS} ${AFLAGS} -o ${.TARGET} ${.IMPSRC}
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud