summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1998-05-25 19:06:42 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1998-05-25 19:06:42 +0000
commit6339bfab7630b50c22400f0f4fcf8b944c9ad61f (patch)
tree672eb62a8c2affab3461daf426da1ba1ddeea993 /sys/arch
parent83e025f1ddd4d159b31b0c38626422cc3dc245f6 (diff)
more CLEANFILES; oops
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/i386/stand/mbr/Makefile3
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