diff options
author | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1996-05-07 03:21:08 +0000 |
---|---|---|
committer | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1996-05-07 03:21:08 +0000 |
commit | f8e1cc3dd6d42d9ca8b76bb7b641ad8ad5ca4daf (patch) | |
tree | ed998fefcc364c26c74e4e847b9f10021a6ed0c2 /sys/arch | |
parent | 4801b15fc2e1282a78e4c411cd5d76ca09b9889c (diff) |
remove file generated during build.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/mvme68k/stand/bootsd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme68k/stand/bootsd/Makefile b/sys/arch/mvme68k/stand/bootsd/Makefile index fc9b2523ea1..52fdb9b2b8e 100644 --- a/sys/arch/mvme68k/stand/bootsd/Makefile +++ b/sys/arch/mvme68k/stand/bootsd/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 8.1 (Berkeley) 6/10/93 -# $OpenBSD: Makefile,v 1.3 1996/04/28 10:48:15 deraadt Exp $ +# $OpenBSD: Makefile,v 1.4 1996/05/07 03:21:07 rahnds Exp $ RELOC=0x3F0000 @@ -7,7 +7,7 @@ S= ${.CURDIR}/../../../.. DEFS= -DSTANDALONE -DCOMPAT_NOLABEL # -DROMPRF INCPATH=-I${.CURDIR} -I${.CURDIR}/../../include -I${S} -I${S}/lib/libsa CFLAGS= -O2 ${INCPATH} ${DEFS} ${COPTS} -CLEANFILES+=sdboot bootsd bootsd.bug +CLEANFILES+=sdboot bootsd bootsd.bug bootsd.bin #.PATH: ${S}/arch/${MACHINE_ARCH}/${MACHINE_ARCH} #.PATH: ${S}/lib/libsa |