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 | |
parent | 474a3cb5da6fa8682f17a7174fb6daee85bc6394 (diff) |
clean leftovers
Diffstat (limited to 'sys/arch/vax/boot')
-rw-r--r-- | sys/arch/vax/boot/boot/Makefile | 6 | ||||
-rw-r--r-- | sys/arch/vax/boot/xxboot/Makefile | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/vax/boot/boot/Makefile b/sys/arch/vax/boot/boot/Makefile index b48472504f1..72133be5d6d 100644 --- a/sys/arch/vax/boot/boot/Makefile +++ b/sys/arch/vax/boot/boot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2002/06/11 09:36:23 hugh Exp $ +# $OpenBSD: Makefile,v 1.5 2003/08/10 15:51:18 deraadt Exp $ # $NetBSD: Makefile,v 1.27 2002/04/07 07:00:25 matt Exp $ S!= cd ${.CURDIR}/../../../../; pwd @@ -12,7 +12,7 @@ DEVS= hp.c ctu.c ra.c mfm.c if_qe.c if_le.c if_ze.c if_de.c if_ni.c SRCS= srt0.S boot.c devopen.c conf.c autoconf.c netio.c rom.c romread.S \ urem.s udiv.s consio.c consio2.S str.S ${DEVS} findcpu.c -CLEANFILES+=${PROG} ${PROG}.sym +CLEANFILES+=${PROG} ${PROG}.sym ${PROG}.mop CPPFLAGS+=-DSUPPORT_BOOTPARAMS -DSUPPORT_DHCP -D_STANDALONE \ -DNO_MID_CHECK #CPPFLAGS+=-DBOOTP_DEBUG -DNETIF_DEBUG -DETHER_DEBUG -DNFS_DEBUG -DDEV_DEBUG \ @@ -62,7 +62,7 @@ ${PROG}: machine-links ${OBJS} ${LIBSA} ${LIBZ} ${LIBKERN} clean:: rm -f a.out [Ee]rrs mklog core *.core ${PROG} ${OBJS} ${LOBJS} \ - ${CLEANFILES} + ${CLEANFILES} #install: # ${INSTALL_FILE} -o ${BINOWN} -g ${BINGRP} -m 555 \ 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} |