diff options
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/stand/mbr/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/stand/mbr/Makefile b/sys/arch/i386/stand/mbr/Makefile index 7d97f153178..74e84d4a41f 100644 --- a/sys/arch/i386/stand/mbr/Makefile +++ b/sys/arch/i386/stand/mbr/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 1997/08/29 19:48:25 mickey Exp $ +# $OpenBSD: Makefile,v 1.7 1998/05/25 19:06:41 mickey Exp $ # PROG= mbr @@ -9,6 +9,7 @@ LDFLAGS=-nostdlib -Ttext 0 -x -N -s -Bstatic MAN+= mbr.8 INSTALL_STRIP= SADIR=${.CURDIR}/.. +CLEANFILES= i386 machine # Uncomment this to make mbr talk to a serial port. #CPPFLAGS+=-DSERIAL=0 |