diff options
Diffstat (limited to 'sys/arch/i386/stand/boot/Makefile')
-rw-r--r-- | sys/arch/i386/stand/boot/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/i386/stand/boot/Makefile b/sys/arch/i386/stand/boot/Makefile index 8d7c4779101..3326d71b7e3 100644 --- a/sys/arch/i386/stand/boot/Makefile +++ b/sys/arch/i386/stand/boot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.47 2013/01/18 03:45:23 jsing Exp $ +# $OpenBSD: Makefile,v 1.48 2013/01/18 04:10:16 jsing Exp $ MAN?= boot.8 MLINKS?=boot.8 boot.conf.5 @@ -65,6 +65,9 @@ boot.bin: boot CLEANFILES+= ${PROG}.new +${.CURDIR}/srt0.S: assym.h +${SADIR}/libsa/gidt.S: assym.h + ${PROG}: $(OBJS) $(LD) $(LDFLAGS) -o ${PROG}.new $(OBJS) @perl ${SADIR}/boot/check-boot.pl ${PROG}.new |