From 975869859f1bf05382b736ef57dbc6ffc42cd6c2 Mon Sep 17 00:00:00 2001 From: jmc Date: Wed, 11 May 2005 18:14:49 +0000 Subject: [PATCH] Convert to .BEGIN for machine/sys --- sys/arch/news68k/stand/boot/Makefile | 4 ++-- sys/arch/news68k/stand/bootxx/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/arch/news68k/stand/boot/Makefile b/sys/arch/news68k/stand/boot/Makefile index 8141f1577244..a42267725bac 100644 --- a/sys/arch/news68k/stand/boot/Makefile +++ b/sys/arch/news68k/stand/boot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2005/05/01 00:32:53 christos Exp $ +# $NetBSD: Makefile,v 1.19 2005/05/11 18:14:49 jmc Exp $ NOMAN= # defined @@ -31,7 +31,7 @@ L= ${COMMONOBJ}/lib LIBS= ${L}/sa/libsa.a ${L}/kern/libkern.a ${L}/z/libz.a .NOPATH: machine m68k -depend realall: machine m68k +.BEGIN: machine m68k machine:: -rm -f $@ diff --git a/sys/arch/news68k/stand/bootxx/Makefile b/sys/arch/news68k/stand/bootxx/Makefile index 612dcf388e66..36184b84dc1c 100644 --- a/sys/arch/news68k/stand/bootxx/Makefile +++ b/sys/arch/news68k/stand/bootxx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/05/01 00:33:37 christos Exp $ +# $NetBSD: Makefile,v 1.12 2005/05/11 18:15:40 jmc Exp $ NOMAN= # defined @@ -33,7 +33,7 @@ L= ${COMMONOBJ}/lib LIBS= ${L}/sa/libsa.a ${L}/kern/libkern.a .NOPATH: machine m68k -depend realall: machine m68k +.BEGIN: machine m68k machine:: -rm -f $@