diff options
Diffstat (limited to 'sys/arch/amd64/stand/mbr')
-rw-r--r-- | sys/arch/amd64/stand/mbr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/stand/mbr/Makefile b/sys/arch/amd64/stand/mbr/Makefile index fb353ccaa2a..cfc3566731d 100644 --- a/sys/arch/amd64/stand/mbr/Makefile +++ b/sys/arch/amd64/stand/mbr/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2013/01/17 12:37:44 jsing Exp $ +# $OpenBSD: Makefile,v 1.9 2013/01/18 21:09:04 espie Exp $ # S= ${.CURDIR}/../../../.. @@ -21,7 +21,7 @@ INSTALL_STRIP= # Uncomment this to make mbr talk to a serial port. #CPPFLAGS+=-DSERIAL=0 -${.CURDIR}/mbr.S: assym.h +.depend mbr.o: assym.h ${PROG}: $(OBJS) $(LD) $(LDFLAGS) -o $(PROG) $(OBJS) |