Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/atari/stand/xxboot Make these work with obj directo...



details:   https://anonhg.NetBSD.org/src/rev/e4b3fd7fb34a
branches:  trunk
changeset: 495167:e4b3fd7fb34a
user:      jdc <jdc%NetBSD.org@localhost>
date:      Sun Jul 23 20:40:44 2000 +0000

description:
Make these work with obj directories.

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 118df0c049ea -r e4b3fd7fb34a sys/arch/atari/stand/xxboot/ahdi-sdb00t/Makefile
--- a/sys/arch/atari/stand/xxboot/ahdi-sdb00t/Makefile  Sun Jul 23 20:39:14 2000 +0000
+++ b/sys/arch/atari/stand/xxboot/ahdi-sdb00t/Makefile  Sun Jul 23 20:40:44 2000 +0000
@@ -1,7 +1,7 @@
-#      $NetBSD: Makefile,v 1.4 1999/02/13 02:54:43 lukem Exp $
+#      $NetBSD: Makefile,v 1.5 2000/07/23 20:40:44 jdc Exp $
 
 PROG=  sdb00t.ahdi
-SRCS=  ${.CURDIR}/sdb00t.ahdi.s
+SRCS=  sdb00t.ahdi.s
 MKMAN= no
 LIBCRT0=
 INCL=  -I${.CURDIR} -I${.CURDIR}/..
diff -r 118df0c049ea -r e4b3fd7fb34a sys/arch/atari/stand/xxboot/ahdi-wdb00t/Makefile
--- a/sys/arch/atari/stand/xxboot/ahdi-wdb00t/Makefile  Sun Jul 23 20:39:14 2000 +0000
+++ b/sys/arch/atari/stand/xxboot/ahdi-wdb00t/Makefile  Sun Jul 23 20:40:44 2000 +0000
@@ -1,7 +1,7 @@
-#      $NetBSD: Makefile,v 1.4 1999/02/13 02:54:43 lukem Exp $
+#      $NetBSD: Makefile,v 1.5 2000/07/23 20:40:44 jdc Exp $
 
 PROG=  wdb00t.ahdi
-SRCS=  ${.CURDIR}/wdb00t.ahdi.s
+SRCS=  wdb00t.ahdi.s
 MKMAN= no
 LIBCRT0=
 INCL=  -I${.CURDIR} -I${.CURDIR}/..
diff -r 118df0c049ea -r e4b3fd7fb34a sys/arch/atari/stand/xxboot/ahdi-xxboot/Makefile
--- a/sys/arch/atari/stand/xxboot/ahdi-xxboot/Makefile  Sun Jul 23 20:39:14 2000 +0000
+++ b/sys/arch/atari/stand/xxboot/ahdi-xxboot/Makefile  Sun Jul 23 20:40:44 2000 +0000
@@ -1,7 +1,7 @@
-#      $NetBSD: Makefile,v 1.4 1999/02/13 02:54:43 lukem Exp $
+#      $NetBSD: Makefile,v 1.5 2000/07/23 20:40:45 jdc Exp $
 
 PROG=  xxboot.ahdi
-SRCS=  ${.CURDIR}/xxboot.ahdi.s
+SRCS=  xxboot.ahdi.s
 MKMAN= no
 LIBCRT0=
 INCL=  -I${.CURDIR} -I${.CURDIR}/..
diff -r 118df0c049ea -r e4b3fd7fb34a sys/arch/atari/stand/xxboot/fdboot/Makefile
--- a/sys/arch/atari/stand/xxboot/fdboot/Makefile       Sun Jul 23 20:39:14 2000 +0000
+++ b/sys/arch/atari/stand/xxboot/fdboot/Makefile       Sun Jul 23 20:40:44 2000 +0000
@@ -1,7 +1,7 @@
-#      $NetBSD: Makefile,v 1.4 1999/02/13 02:54:43 lukem Exp $
+#      $NetBSD: Makefile,v 1.5 2000/07/23 20:40:45 jdc Exp $
 
 PROG=  fdboot
-SRCS=  ${.CURDIR}/fdboot.s
+SRCS=  fdboot.s
 MKMAN= no
 LIBCRT0=
 INCL=  -I${.CURDIR} -I${.CURDIR}/..
diff -r 118df0c049ea -r e4b3fd7fb34a sys/arch/atari/stand/xxboot/sdboot/Makefile
--- a/sys/arch/atari/stand/xxboot/sdboot/Makefile       Sun Jul 23 20:39:14 2000 +0000
+++ b/sys/arch/atari/stand/xxboot/sdboot/Makefile       Sun Jul 23 20:40:44 2000 +0000
@@ -1,7 +1,7 @@
-#      $NetBSD: Makefile,v 1.4 1999/02/13 02:54:43 lukem Exp $
+#      $NetBSD: Makefile,v 1.5 2000/07/23 20:40:45 jdc Exp $
 
 PROG=  sdboot
-SRCS=  ${.CURDIR}/sdboot.s
+SRCS=  sdboot.s
 MKMAN= no
 LIBCRT0=
 INCL=  -I${.CURDIR} -I${.CURDIR}/..
diff -r 118df0c049ea -r e4b3fd7fb34a sys/arch/atari/stand/xxboot/wdboot/Makefile
--- a/sys/arch/atari/stand/xxboot/wdboot/Makefile       Sun Jul 23 20:39:14 2000 +0000
+++ b/sys/arch/atari/stand/xxboot/wdboot/Makefile       Sun Jul 23 20:40:44 2000 +0000
@@ -1,7 +1,7 @@
-#      $NetBSD: Makefile,v 1.4 1999/02/13 02:54:43 lukem Exp $
+#      $NetBSD: Makefile,v 1.5 2000/07/23 20:40:45 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