diff options
Diffstat (limited to 'sys/arch/i386/stand/biosboot')
-rw-r--r-- | sys/arch/i386/stand/biosboot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/stand/biosboot/Makefile b/sys/arch/i386/stand/biosboot/Makefile index 17597531456..6f692e23128 100644 --- a/sys/arch/i386/stand/biosboot/Makefile +++ b/sys/arch/i386/stand/biosboot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.15 1998/04/13 00:37:40 deraadt Exp $ +# $OpenBSD: Makefile,v 1.16 1998/05/25 19:04:50 mickey Exp $ PROG= biosboot SRCS= biosboot.S @@ -7,6 +7,7 @@ LDFLAGS=-nostdlib -Ttext 0 -N -x -Bstatic INSTALL_STRIP= MAN= biosboot.8 SADIR= ${.CURDIR}/.. +CLEANFILES= i386 machine all: machine-links |