Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sys/arch/atari/stand/xxboot Make these work with obj di...
details: https://anonhg.NetBSD.org/src/rev/da1959366181
branches: netbsd-1-5
changeset: 488688:da1959366181
user: jdc <jdc%NetBSD.org@localhost>
date: Mon Jul 24 17:42:30 2000 +0000
description:
Make these work with obj directories.
Agreed with Leo Weppelman.
Approved by Jason R Thorpe.
diffstat:
sys/arch/atari/stand/xxboot/ahdi-sdb00t/Makefile | 4 ++--
sys/arch/atari/stand/xxboot/ahdi-wdb00t/Makefile | 4 ++--
sys/arch/atari/stand/xxboot/ahdi-xxboot/Makefile | 4 ++--
sys/arch/atari/stand/xxboot/fdboot/Makefile | 4 ++--
sys/arch/atari/stand/xxboot/sdboot/Makefile | 4 ++--
sys/arch/atari/stand/xxboot/wdboot/Makefile | 4 ++--
6 files changed, 12 insertions(+), 12 deletions(-)
diffs (78 lines):
diff -r 05c627c49d66 -r da1959366181 sys/arch/atari/stand/xxboot/ahdi-sdb00t/Makefile
--- a/sys/arch/atari/stand/xxboot/ahdi-sdb00t/Makefile Mon Jul 24 16:51:38 2000 +0000
+++ b/sys/arch/atari/stand/xxboot/ahdi-sdb00t/Makefile Mon Jul 24 17:42:30 2000 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 1999/02/13 02:54:43 lukem Exp $
+# $NetBSD: Makefile,v 1.4.18.1 2000/07/24 17:42:30 jdc Exp $
PROG= sdb00t.ahdi
-SRCS= ${.CURDIR}/sdb00t.ahdi.s
+SRCS= sdb00t.ahdi.s
MKMAN= no
LIBCRT0=
INCL= -I${.CURDIR} -I${.CURDIR}/..
diff -r 05c627c49d66 -r da1959366181 sys/arch/atari/stand/xxboot/ahdi-wdb00t/Makefile
--- a/sys/arch/atari/stand/xxboot/ahdi-wdb00t/Makefile Mon Jul 24 16:51:38 2000 +0000
+++ b/sys/arch/atari/stand/xxboot/ahdi-wdb00t/Makefile Mon Jul 24 17:42:30 2000 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 1999/02/13 02:54:43 lukem Exp $
+# $NetBSD: Makefile,v 1.4.18.1 2000/07/24 17:42:32 jdc Exp $
PROG= wdb00t.ahdi
-SRCS= ${.CURDIR}/wdb00t.ahdi.s
+SRCS= wdb00t.ahdi.s
MKMAN= no
LIBCRT0=
INCL= -I${.CURDIR} -I${.CURDIR}/..
diff -r 05c627c49d66 -r da1959366181 sys/arch/atari/stand/xxboot/ahdi-xxboot/Makefile
--- a/sys/arch/atari/stand/xxboot/ahdi-xxboot/Makefile Mon Jul 24 16:51:38 2000 +0000
+++ b/sys/arch/atari/stand/xxboot/ahdi-xxboot/Makefile Mon Jul 24 17:42:30 2000 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 1999/02/13 02:54:43 lukem Exp $
+# $NetBSD: Makefile,v 1.4.18.1 2000/07/24 17:42:32 jdc Exp $
PROG= xxboot.ahdi
-SRCS= ${.CURDIR}/xxboot.ahdi.s
+SRCS= xxboot.ahdi.s
MKMAN= no
LIBCRT0=
INCL= -I${.CURDIR} -I${.CURDIR}/..
diff -r 05c627c49d66 -r da1959366181 sys/arch/atari/stand/xxboot/fdboot/Makefile
--- a/sys/arch/atari/stand/xxboot/fdboot/Makefile Mon Jul 24 16:51:38 2000 +0000
+++ b/sys/arch/atari/stand/xxboot/fdboot/Makefile Mon Jul 24 17:42:30 2000 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 1999/02/13 02:54:43 lukem Exp $
+# $NetBSD: Makefile,v 1.4.18.1 2000/07/24 17:42:33 jdc Exp $
PROG= fdboot
-SRCS= ${.CURDIR}/fdboot.s
+SRCS= fdboot.s
MKMAN= no
LIBCRT0=
INCL= -I${.CURDIR} -I${.CURDIR}/..
diff -r 05c627c49d66 -r da1959366181 sys/arch/atari/stand/xxboot/sdboot/Makefile
--- a/sys/arch/atari/stand/xxboot/sdboot/Makefile Mon Jul 24 16:51:38 2000 +0000
+++ b/sys/arch/atari/stand/xxboot/sdboot/Makefile Mon Jul 24 17:42:30 2000 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 1999/02/13 02:54:43 lukem Exp $
+# $NetBSD: Makefile,v 1.4.18.1 2000/07/24 17:42:34 jdc Exp $
PROG= sdboot
-SRCS= ${.CURDIR}/sdboot.s
+SRCS= sdboot.s
MKMAN= no
LIBCRT0=
INCL= -I${.CURDIR} -I${.CURDIR}/..
diff -r 05c627c49d66 -r da1959366181 sys/arch/atari/stand/xxboot/wdboot/Makefile
--- a/sys/arch/atari/stand/xxboot/wdboot/Makefile Mon Jul 24 16:51:38 2000 +0000
+++ b/sys/arch/atari/stand/xxboot/wdboot/Makefile Mon Jul 24 17:42:30 2000 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 1999/02/13 02:54:43 lukem Exp $
+# $NetBSD: Makefile,v 1.4.18.1 2000/07/24 17:42:34 jdc Exp $
PROG= wdboot
-SRCS= ${.CURDIR}/wdboot.s
+SRCS= wdboot.s
MKMAN= no
LIBCRT0=
INCL= -I${.CURDIR} -I${.CURDIR}/..
Home |
Main Index |
Thread Index |
Old Index