diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-08-10 15:51:19 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-08-10 15:51:19 +0000 |
commit | 35f16670ee46fe51e23fb0996afc59ae7897bc85 (patch) | |
tree | 437e98a8a09804d26d9f2c33d8b6a25db2c8a9ce /sys/arch/vax/boot/xxboot/Makefile | |
parent | 474a3cb5da6fa8682f17a7174fb6daee85bc6394 (diff) |
clean leftovers
Diffstat (limited to 'sys/arch/vax/boot/xxboot/Makefile')
-rw-r--r-- | sys/arch/vax/boot/xxboot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/vax/boot/xxboot/Makefile b/sys/arch/vax/boot/xxboot/Makefile index d3aac85b173..61fe4e82bac 100644 --- a/sys/arch/vax/boot/xxboot/Makefile +++ b/sys/arch/vax/boot/xxboot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2002/06/11 09:36:24 hugh Exp $ +# $OpenBSD: Makefile,v 1.5 2003/08/10 15:51:18 deraadt Exp $ # $NetBSD: Makefile,v 1.12 2002/02/24 01:04:25 matt Exp $ S= ${.CURDIR}/../../../../ @@ -40,7 +40,7 @@ machine-links: @[ -h machine ] || ln -s ${S}/arch/${MACHINE}/include machine @[ -h ${MACHINE_ARCH} ] || ln -s ${S}/arch/${MACHINE_ARCH}/include ${MACHINE_ARCH} .NOPATH: machine ${MACHINE_ARCH} -CLEANFILES+= machine ${MACHINE_ARCH} +CLEANFILES+= machine ${MACHINE_ARCH} ${PROG}.out .endif ${PROG}: ${OBJS} ${LIBSA} ${LIBZ} ${LIBKERN} |