diff options
author | 2003-08-11 06:35:45 +0000 | |
---|---|---|
committer | 2003-08-11 06:35:45 +0000 | |
commit | 75be5a3208bd7b47800ee2fb79a7a1c388d5ece6 (patch) | |
tree | 4ed49864d05060cf87a5eaaacb13fefc2f2e9744 | |
parent | free code memory should change permissions fail (diff) | |
download | wireguard-openbsd-75be5a3208bd7b47800ee2fb79a7a1c388d5ece6.tar.xz wireguard-openbsd-75be5a3208bd7b47800ee2fb79a7a1c388d5ece6.zip |
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 |