diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-05-25 19:04:57 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-05-25 19:04:57 +0000 |
commit | 83e025f1ddd4d159b31b0c38626422cc3dc245f6 (patch) | |
tree | e48fffa93d752a69223621dca720bb95a87c4fb1 /sys/arch/i386/stand/biosboot | |
parent | 33d162533d0aab60593f949e30bfe6c08805f85c (diff) |
more CLEANFILES
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 |