diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2003-06-30 14:10:58 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2003-06-30 14:10:58 +0000 |
| commit | 6c874d4fa8cd1a3001c90b278bc4b920cddc714a (patch) | |
| tree | 7a45bcc96bf67b48c6c2f7141924689eb727e34c /sys/boot | |
| parent | 6de4623bfe006b8b3e0b94bb3f83cf5f12cb3d33 (diff) | |
Notes
Diffstat (limited to 'sys/boot')
| -rw-r--r-- | sys/boot/i386/btx/lib/Makefile | 7 | ||||
| -rw-r--r-- | 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 0eba8f91616d..fb56ca1772e3 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 0eba8f91616d..fb56ca1772e3 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> |
