summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1998-05-25 19:04:57 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1998-05-25 19:04:57 +0000
commit83e025f1ddd4d159b31b0c38626422cc3dc245f6 (patch)
treee48fffa93d752a69223621dca720bb95a87c4fb1 /sys
parent33d162533d0aab60593f949e30bfe6c08805f85c (diff)
more CLEANFILES
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/i386/stand/biosboot/Makefile3
-rw-r--r--sys/arch/i386/stand/etc/Makefile3
-rw-r--r--sys/arch/i386/stand/libz/Makefile3
3 files changed, 6 insertions, 3 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
diff --git a/sys/arch/i386/stand/etc/Makefile b/sys/arch/i386/stand/etc/Makefile
index f2a84e6e876..21aa02e9fbe 100644
--- a/sys/arch/i386/stand/etc/Makefile
+++ b/sys/arch/i386/stand/etc/Makefile
@@ -1,7 +1,8 @@
-# $OpenBSD: Makefile,v 1.7 1997/10/15 13:59:58 mickey Exp $
+# $OpenBSD: Makefile,v 1.8 1998/05/25 19:04:54 mickey Exp $
S= ${.CURDIR}/../../../..
I386= ${.CURDIR}/../..
+CLEANFILES= i386 machine
all: machine-links assym.h
diff --git a/sys/arch/i386/stand/libz/Makefile b/sys/arch/i386/stand/libz/Makefile
index 157c6b2a556..acd871f54df 100644
--- a/sys/arch/i386/stand/libz/Makefile
+++ b/sys/arch/i386/stand/libz/Makefile
@@ -1,9 +1,10 @@
-# $OpenBSD: Makefile,v 1.7 1997/08/04 20:25:52 mickey Exp $
+# $OpenBSD: Makefile,v 1.8 1998/05/25 19:04:56 mickey Exp $
# $NetBSD: Makefile,v 1.2 1997/01/22 01:36:30 cgd Exp $
S=${.CURDIR}/../../../..
ZDST=${.OBJDIR}
SADIR=${.CURDIR}/..
+CLEANFILES= i386 machine
.PATH: ${S}/lib/libz