Deleted Added
full compact
1c1
< # $FreeBSD: head/sys/boot/i386/boot2/Makefile 96327 2002-05-10 04:05:42Z jhb $
---
> # $FreeBSD: head/sys/boot/i386/boot2/Makefile 96424 2002-05-11 21:39:59Z peter $
50a51,56
> boot2.o: boot2.c
> ${CC} ${CFLAGS} -S -o boot2.s.tmp ${.IMPSRC}
> sed -e '/align/d' -e '/nop/d' < boot2.s.tmp > boot2.s
> rm -f boot2.s.tmp
> ${AS} ${AFLAGS} -o boot2.o boot2.s
>