From 6c874d4fa8cd1a3001c90b278bc4b920cddc714a Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Mon, 30 Jun 2003 14:10:58 +0000 Subject: [PATCH] Switch to using bsd.prog.mk; this gives us back the standard .s.o transformation rule. --- sys/boot/i386/btx/lib/Makefile | 7 ++----- sys/boot/pc98/btx/lib/Makefile | 7 ++----- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/sys/boot/i386/btx/lib/Makefile b/sys/boot/i386/btx/lib/Makefile index 0eba8f91616..fb56ca1772e 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 - -.s.o: - ${AS} ${AFLAGS} -o ${.TARGET} ${.IMPSRC} +.include diff --git a/sys/boot/pc98/btx/lib/Makefile b/sys/boot/pc98/btx/lib/Makefile index 0eba8f91616..fb56ca1772e 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 - -.s.o: - ${AS} ${AFLAGS} -o ${.TARGET} ${.IMPSRC} +.include