diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-08-11 06:35:46 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-08-11 06:35:46 +0000 |
commit | c5ad97eefa2759171b1b56bc27178406f85e8771 (patch) | |
tree | aee5bc16ea3bbdbfe5cf221b55c2b70f6b46babe | |
parent | 9d6aa66ec2b0185956c137e2f4fbf5d72e0e4799 (diff) |
better cleaning
-rw-r--r-- | sys/arch/sparc/stand/boot/Makefile | 4 | ||||
-rw-r--r-- | sys/arch/sparc/stand/bootxx/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/sparc/stand/boot/Makefile b/sys/arch/sparc/stand/boot/Makefile index 687a4f28ba4..cf25c3e058b 100644 --- a/sys/arch/sparc/stand/boot/Makefile +++ b/sys/arch/sparc/stand/boot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2003/02/14 20:17:45 jason Exp $ +# $OpenBSD: Makefile,v 1.12 2003/08/11 06:35:45 deraadt Exp $ # $NetBSD: Makefile,v 1.2 1995/09/30 21:43:38 pk Exp $ .PATH: ${.CURDIR}/../common @@ -15,7 +15,7 @@ CFLAGS= -O2 -I${.CURDIR}/../common -I${.CURDIR}/../../../../arch \ -I${.CURDIR}/../../../.. -I${.CURDIR}/../../../../lib/libsa ${DEFS} \ -DSPARC_BOOT_AOUT -DSPARC_BOOT_ELF -CLEANFILES+=${PROG}.aout ${PROG}.elf +CLEANFILES+=${PROG}.aout ${PROG}.elf elfclean LIBS=${LIBSA} ${LIBKERN} ${LIBZ} elfclean: clean-elf.c diff --git a/sys/arch/sparc/stand/bootxx/Makefile b/sys/arch/sparc/stand/bootxx/Makefile index a991b929284..afb0c7667f6 100644 --- a/sys/arch/sparc/stand/bootxx/Makefile +++ b/sys/arch/sparc/stand/bootxx/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2002/08/11 23:11:22 art Exp $ +# $OpenBSD: Makefile,v 1.7 2003/08/11 06:35:45 deraadt Exp $ # $NetBSD: Makefile,v 1.2 1995/09/30 21:43:38 pk Exp $ .PATH: ${.CURDIR}/../common @@ -9,7 +9,7 @@ NOMAN= noman INSTALL_STRIP= SRCS= srt0.S bootxx.c closeall.c dvma.c promdev.c -CLEANFILES+=${PROG}.aout ${PROG}.elf +CLEANFILES+=${PROG}.aout ${PROG}.elf elfclean elf # pre-built bits of libkern KOBJS= __main.o bzero.o urem.o udiv.o |