diff options
-rw-r--r-- | sys/arch/sparc64/stand/ofwboot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/stand/ofwboot/Makefile b/sys/arch/sparc64/stand/ofwboot/Makefile index 4742fe3c777..c7f67d1b98e 100644 --- a/sys/arch/sparc64/stand/ofwboot/Makefile +++ b/sys/arch/sparc64/stand/ofwboot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2001/08/20 19:55:33 jason Exp $ +# $OpenBSD: Makefile,v 1.3 2001/08/22 10:27:26 art Exp $ # $NetBSD: Makefile,v 1.2 2001/03/04 14:50:05 mrg Exp $ CURDIR= ${.CURDIR} @@ -51,7 +51,7 @@ CPPFLAGS+= -DSPARC_BOOT_NFS #CPPFLAGS+= -DSPARC_BOOT_HSFS .NOPATH: machine sparc64 -${SRCS}: machine sparc64 +beforedepend: machine sparc64 machine: rm -f machine |