diff --git a/sys/arch/alpha/conf/Makefile.alpha b/sys/arch/alpha/conf/Makefile.alpha index 174dd421a505..e4fdd95ed5e0 100644 --- a/sys/arch/alpha/conf/Makefile.alpha +++ b/sys/arch/alpha/conf/Makefile.alpha @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.alpha,v 1.54 2000/01/19 16:29:54 tsutsui Exp $ +# $NetBSD: Makefile.alpha,v 1.55 2000/01/24 20:36:06 tron Exp $ # Makefile for NetBSD # @@ -180,6 +180,8 @@ depend: .depend ${MKDEP} -a -x assembler-with-cpp ${AFLAGS} ${CPPFLAGS} ${SFILES} ${MKDEP} -a ${CFLAGS} ${CPPFLAGS} ${ALPHA}/alpha/genassym.c +dependall: depend all + # depend on root or device configuration autoconf.o conf.o: Makefile diff --git a/sys/arch/amiga/conf/Makefile.amiga b/sys/arch/amiga/conf/Makefile.amiga index 5e341b28a7a1..fd4063fc73c6 100644 --- a/sys/arch/amiga/conf/Makefile.amiga +++ b/sys/arch/amiga/conf/Makefile.amiga @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.amiga,v 1.85 2000/01/19 16:29:55 tsutsui Exp $ +# $NetBSD: Makefile.amiga,v 1.86 2000/01/24 20:36:07 tron Exp $ # Makefile for NetBSD # @@ -189,6 +189,8 @@ depend: .depend @sed -e 's/.*\.o:.*\.c/assym.h:/' < assym.dep >> .depend @rm -f assym.dep +dependall: depend all + # depend on root or device configuration autoconf.o conf.o: Makefile diff --git a/sys/arch/arc/conf/Makefile.arc b/sys/arch/arc/conf/Makefile.arc index 232ec63de0fd..28ca22b61fee 100644 --- a/sys/arch/arc/conf/Makefile.arc +++ b/sys/arch/arc/conf/Makefile.arc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.arc,v 1.30 2000/01/23 21:01:52 soda Exp $ +# $NetBSD: Makefile.arc,v 1.31 2000/01/24 20:36:10 tron Exp $ # $OpenBSD: Makefile.arc,v 1.8 1997/05/21 10:06:49 pefo Exp $ # Makefile for NetBSD @@ -201,6 +201,8 @@ depend: .depend @sed -e 's/.*\.o:.*\.c/assym.h:/' < assym.dep >> .depend @rm -f assym.dep +dependall: depend all + # depend on root or device configuration autoconf.o conf.o: Makefile diff --git a/sys/arch/arm32/conf/Makefile.arm32 b/sys/arch/arm32/conf/Makefile.arm32 index 679de8c096d1..1a6a74da5b99 100644 --- a/sys/arch/arm32/conf/Makefile.arm32 +++ b/sys/arch/arm32/conf/Makefile.arm32 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.arm32,v 1.49 2000/01/19 16:29:55 tsutsui Exp $ +# $NetBSD: Makefile.arm32,v 1.50 2000/01/24 20:36:11 tron Exp $ # Makefile for NetBSD # @@ -189,6 +189,9 @@ depend: .depend ${MKDEP} -a ${CFLAGS} ${CPPFLAGS} modedefs.c .endif +dependall: depend all + + # depend on root or device configuration autoconf.o conf.o: Makefile diff --git a/sys/arch/atari/conf/Makefile.atari b/sys/arch/atari/conf/Makefile.atari index b7123f1cc65d..20b735bddfe0 100644 --- a/sys/arch/atari/conf/Makefile.atari +++ b/sys/arch/atari/conf/Makefile.atari @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.atari,v 1.56 2000/01/19 16:29:56 tsutsui Exp $ +# $NetBSD: Makefile.atari,v 1.57 2000/01/24 20:36:11 tron Exp $ # Makefile for NetBSD # @@ -189,6 +189,8 @@ depend: .depend @sed -e 's/.*\.o:.*\.c/assym.h:/' < assym.dep >> .depend @rm -f assym.dep +dependall: depend all + # depend on root or device configuration autoconf.o conf.o: Makefile diff --git a/sys/arch/bebox/conf/Makefile.bebox b/sys/arch/bebox/conf/Makefile.bebox index ea87a553e979..938201e1f5e2 100644 --- a/sys/arch/bebox/conf/Makefile.bebox +++ b/sys/arch/bebox/conf/Makefile.bebox @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.bebox,v 1.15 2000/01/19 16:29:56 tsutsui Exp $ +# $NetBSD: Makefile.bebox,v 1.16 2000/01/24 20:36:11 tron Exp $ # Makefile for NetBSD # @@ -176,6 +176,8 @@ depend: .depend @sed -e 's/.*\.o:.*\.c/assym.h:/' < assym.dep >> .depend @rm -f assym.dep +dependall: depend all + # depend on root or device configuration autoconf.o conf.o: Makefile diff --git a/sys/arch/evbsh3/conf/Makefile.evbsh3 b/sys/arch/evbsh3/conf/Makefile.evbsh3 index ed2bcd0ccee7..0c131ce330d9 100644 --- a/sys/arch/evbsh3/conf/Makefile.evbsh3 +++ b/sys/arch/evbsh3/conf/Makefile.evbsh3 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.evbsh3,v 1.3 2000/01/19 16:30:03 tsutsui Exp $ +# $NetBSD: Makefile.evbsh3,v 1.4 2000/01/24 20:36:12 tron Exp $ # Makefile for NetBSD # @@ -184,6 +184,8 @@ depend: .depend @sed -e 's/.*\.o:.*\.c/assym.h:/' < assym.dep >> .depend @rm -f assym.dep +dependall: depend all + # depend on root or device configuration autoconf.o conf.o: Makefile diff --git a/sys/arch/evbsh3/conf/Makefile.evbsh3.el b/sys/arch/evbsh3/conf/Makefile.evbsh3.el index f7c2014d21d8..f409436f3faf 100644 --- a/sys/arch/evbsh3/conf/Makefile.evbsh3.el +++ b/sys/arch/evbsh3/conf/Makefile.evbsh3.el @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.evbsh3.el,v 1.2 2000/01/19 16:30:04 tsutsui Exp $ +# $NetBSD: Makefile.evbsh3.el,v 1.3 2000/01/24 20:36:12 tron Exp $ # Makefile for NetBSD # @@ -183,6 +183,8 @@ depend: .depend @sed -e 's/.*\.o:.*\.c/assym.h:/' < assym.dep >> .depend @rm -f assym.dep +dependall: depend all + # depend on root or device configuration autoconf.o conf.o: Makefile diff --git a/sys/arch/hp300/conf/Makefile.hp300 b/sys/arch/hp300/conf/Makefile.hp300 index dddd624eba06..6aaa05b3da23 100644 --- a/sys/arch/hp300/conf/Makefile.hp300 +++ b/sys/arch/hp300/conf/Makefile.hp300 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.hp300,v 1.72 2000/01/19 16:29:56 tsutsui Exp $ +# $NetBSD: Makefile.hp300,v 1.73 2000/01/24 20:36:12 tron Exp $ # Makefile for NetBSD # @@ -183,6 +183,8 @@ depend: .depend @sed -e 's/.*\.o:.*\.c/assym.h:/' < assym.dep >> .depend @rm -f assym.dep +dependall: depend all + # depend on root or device configuration autoconf.o conf.o: Makefile diff --git a/sys/arch/hpcmips/conf/Makefile.hpcmips b/sys/arch/hpcmips/conf/Makefile.hpcmips index 6a2b73b6579d..da56fcd3ba01 100644 --- a/sys/arch/hpcmips/conf/Makefile.hpcmips +++ b/sys/arch/hpcmips/conf/Makefile.hpcmips @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.hpcmips,v 1.7 2000/01/19 16:30:03 tsutsui Exp $ +# $NetBSD: Makefile.hpcmips,v 1.8 2000/01/24 20:36:12 tron Exp $ # Makefile for NetBSD # @@ -188,6 +188,8 @@ depend: .depend @sed -e 's/.*\.o:.*\.c/assym.h:/' < assym.dep >> .depend @rm -f assym.dep +dependall: depend all + # depend on root or device configuration autoconf.o conf.o: Makefile diff --git a/sys/arch/i386/conf/Makefile.i386 b/sys/arch/i386/conf/Makefile.i386 index fd84331ae183..6a7fff4b2ee6 100644 --- a/sys/arch/i386/conf/Makefile.i386 +++ b/sys/arch/i386/conf/Makefile.i386 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.i386,v 1.101 2000/01/19 16:29:57 tsutsui Exp $ +# $NetBSD: Makefile.i386,v 1.102 2000/01/24 20:36:13 tron Exp $ # Makefile for NetBSD # @@ -181,6 +181,8 @@ depend: .depend @sed -e 's/.*\.o:.*\.c/assym.h:/' < assym.dep >> .depend @rm -f assym.dep +dependall: depend all + # depend on root or device configuration autoconf.o conf.o: Makefile diff --git a/sys/arch/luna68k/conf/Makefile.luna68k b/sys/arch/luna68k/conf/Makefile.luna68k index 9822f54fa725..7c61f56f8397 100644 --- a/sys/arch/luna68k/conf/Makefile.luna68k +++ b/sys/arch/luna68k/conf/Makefile.luna68k @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.luna68k,v 1.3 2000/01/19 16:30:05 tsutsui Exp $ +# $NetBSD: Makefile.luna68k,v 1.4 2000/01/24 20:36:13 tron Exp $ # Makefile for NetBSD # @@ -181,6 +181,9 @@ depend: .depend @sed -e 's/.*\.o:.*\.c/assym.h:/' < assym.dep >> .depend @rm -f assym.dep +dependall: depend all + + # depend on root or device configuration autoconf.o conf.o: Makefile diff --git a/sys/arch/mac68k/conf/Makefile.mac68k b/sys/arch/mac68k/conf/Makefile.mac68k index cc2424248082..eea6df013711 100644 --- a/sys/arch/mac68k/conf/Makefile.mac68k +++ b/sys/arch/mac68k/conf/Makefile.mac68k @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.mac68k,v 1.72 2000/01/19 16:29:58 tsutsui Exp $ +# $NetBSD: Makefile.mac68k,v 1.73 2000/01/24 20:36:13 tron Exp $ # Makefile for NetBSD # @@ -176,6 +176,8 @@ depend: .depend @sed -e 's/.*\.o:.*\.c/assym.h:/' < assym.dep >> .depend @rm -f assym.dep +dependall: depend all + # depend on root or device configuration autoconf.o conf.o: Makefile diff --git a/sys/arch/macppc/conf/Makefile.macppc b/sys/arch/macppc/conf/Makefile.macppc index 36cfaff8844e..25af56d617a7 100644 --- a/sys/arch/macppc/conf/Makefile.macppc +++ b/sys/arch/macppc/conf/Makefile.macppc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.macppc,v 1.10 2000/01/19 16:29:58 tsutsui Exp $ +# $NetBSD: Makefile.macppc,v 1.11 2000/01/24 20:36:14 tron Exp $ # # Makefile for NetBSD # @@ -183,6 +183,9 @@ depend: .depend @sed -e 's/.*\.o:.*\.c/assym.h:/' < assym.dep >> .depend @rm -f assym.dep +dependall: depend all + + # depend on root or device configuration autoconf.o conf.o: Makefile diff --git a/sys/arch/mmeye/conf/Makefile.mmeye b/sys/arch/mmeye/conf/Makefile.mmeye index 8af5e6763270..9f967f101897 100644 --- a/sys/arch/mmeye/conf/Makefile.mmeye +++ b/sys/arch/mmeye/conf/Makefile.mmeye @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.mmeye,v 1.4 2000/01/19 16:30:04 tsutsui Exp $ +# $NetBSD: Makefile.mmeye,v 1.5 2000/01/24 20:36:14 tron Exp $ # Makefile for NetBSD # @@ -181,6 +181,8 @@ depend: .depend @sed -e 's/.*\.o:.*\.c/assym.h:/' < assym.dep >> .depend @rm -f assym.dep +dependall: depend all + # depend on root or device configuration autoconf.o conf.o: Makefile diff --git a/sys/arch/mvme68k/conf/Makefile.mvme68k b/sys/arch/mvme68k/conf/Makefile.mvme68k index 01905ea32cc5..b260ea76ec71 100644 --- a/sys/arch/mvme68k/conf/Makefile.mvme68k +++ b/sys/arch/mvme68k/conf/Makefile.mvme68k @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.mvme68k,v 1.43 2000/01/19 16:29:58 tsutsui Exp $ +# $NetBSD: Makefile.mvme68k,v 1.44 2000/01/24 20:36:14 tron Exp $ # Makefile for NetBSD # @@ -184,6 +184,8 @@ depend: .depend @sed -e 's/.*\.o:.*\.c/assym.h:/' < assym.dep >> .depend @rm -f assym.dep +dependall: depend all + # depend on root or device configuration autoconf.o conf.o: Makefile diff --git a/sys/arch/news68k/conf/Makefile.news68k b/sys/arch/news68k/conf/Makefile.news68k index 3794b41fe9d7..94ea15e84c6f 100644 --- a/sys/arch/news68k/conf/Makefile.news68k +++ b/sys/arch/news68k/conf/Makefile.news68k @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.news68k,v 1.3 2000/01/19 16:30:04 tsutsui Exp $ +# $NetBSD: Makefile.news68k,v 1.4 2000/01/24 20:36:15 tron Exp $ # # Makefile for NetBSD # @@ -182,6 +182,8 @@ depend: .depend @sed -e 's/.*\.o:.*\.c/assym.h:/' < assym.dep >> .depend @rm -f assym.dep +dependall: depend all + # depend on root or device configuration autoconf.o conf.o: Makefile diff --git a/sys/arch/newsmips/conf/Makefile.newsmips b/sys/arch/newsmips/conf/Makefile.newsmips index db584003a361..e40c7cdca897 100644 --- a/sys/arch/newsmips/conf/Makefile.newsmips +++ b/sys/arch/newsmips/conf/Makefile.newsmips @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.newsmips,v 1.21 2000/01/19 16:29:59 tsutsui Exp $ +# $NetBSD: Makefile.newsmips,v 1.22 2000/01/24 20:36:15 tron Exp $ # Makefile for NetBSD # @@ -186,6 +186,8 @@ depend: .depend @sed -e 's/.*\.o:.*\.c/assym.h:/' < assym.dep >> .depend @rm -f assym.dep +dependall: depend all + # depend on root or device configuration autoconf.o conf.o: Makefile diff --git a/sys/arch/next68k/conf/Makefile.next68k b/sys/arch/next68k/conf/Makefile.next68k index da9dce922c09..64a9d2b21bdf 100644 --- a/sys/arch/next68k/conf/Makefile.next68k +++ b/sys/arch/next68k/conf/Makefile.next68k @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.next68k,v 1.12 2000/01/19 16:29:59 tsutsui Exp $ +# $NetBSD: Makefile.next68k,v 1.13 2000/01/24 20:36:15 tron Exp $ # Makefile for NetBSD # @@ -181,6 +181,8 @@ depend: .depend @sed -e 's/.*\.o:.*\.c/assym.h:/' < assym.dep >> .depend @rm -f assym.dep +dependall: depend all + # depend on root or device configuration autoconf.o conf.o: Makefile diff --git a/sys/arch/ofppc/conf/Makefile.ofppc b/sys/arch/ofppc/conf/Makefile.ofppc index 3070ac461238..40e0e6877cc7 100644 --- a/sys/arch/ofppc/conf/Makefile.ofppc +++ b/sys/arch/ofppc/conf/Makefile.ofppc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.ofppc,v 1.21 2000/01/19 16:29:59 tsutsui Exp $ +# $NetBSD: Makefile.ofppc,v 1.22 2000/01/24 20:36:15 tron Exp $ # # Makefile for NetBSD # @@ -183,6 +183,9 @@ depend: .depend @sed -e 's/.*\.o:.*\.c/assym.h:/' < assym.dep >> .depend @rm -f assym.dep +dependall: depend all + + # depend on root or device configuration autoconf.o conf.o: Makefile diff --git a/sys/arch/pc532/conf/Makefile.pc532 b/sys/arch/pc532/conf/Makefile.pc532 index 0c4b10eb4c06..10fa1d1865f1 100644 --- a/sys/arch/pc532/conf/Makefile.pc532 +++ b/sys/arch/pc532/conf/Makefile.pc532 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.pc532,v 1.58 2000/01/19 16:30:00 tsutsui Exp $ +# $NetBSD: Makefile.pc532,v 1.59 2000/01/24 20:36:16 tron Exp $ # Makefile for NetBSD # @@ -181,6 +181,9 @@ depend: .depend @sed -e 's/.*\.o:.*\.c/assym.h:/' < assym.dep >> .depend @rm -f assym.dep +dependall: depend all + + # depend on root or device configuration autoconf.o conf.o: Makefile diff --git a/sys/arch/pmax/conf/Makefile.pmax b/sys/arch/pmax/conf/Makefile.pmax index 6881b79456aa..7e376b397f07 100644 --- a/sys/arch/pmax/conf/Makefile.pmax +++ b/sys/arch/pmax/conf/Makefile.pmax @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.pmax,v 1.76 2000/01/19 16:30:00 tsutsui Exp $ +# $NetBSD: Makefile.pmax,v 1.77 2000/01/24 20:36:16 tron Exp $ # Makefile for NetBSD # @@ -191,6 +191,8 @@ depend: .depend @sed -e 's/.*\.o:.*\.c/assym.h:/' < assym.dep >> .depend @rm -f assym.dep +dependall: depend all + # depend on root or device configuration autoconf.o conf.o: Makefile diff --git a/sys/arch/sh3/conf/Makefile.sh3 b/sys/arch/sh3/conf/Makefile.sh3 index fea21052de54..2a98ec6275a7 100644 --- a/sys/arch/sh3/conf/Makefile.sh3 +++ b/sys/arch/sh3/conf/Makefile.sh3 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.sh3,v 1.2 2000/01/19 16:30:03 tsutsui Exp $ +# $NetBSD: Makefile.sh3,v 1.3 2000/01/24 20:36:16 tron Exp $ # Makefile for NetBSD # @@ -176,6 +176,8 @@ depend: .depend @sed -e 's/.*\.o:.*\.c/assym.h:/' < assym.dep >> .depend @rm -f assym.dep +dependall: depend all + # depend on root or device configuration autoconf.o conf.o: Makefile diff --git a/sys/arch/sh3/conf/Makefile.sh3.be b/sys/arch/sh3/conf/Makefile.sh3.be index 2caf9a997217..3c9bc5c3865d 100644 --- a/sys/arch/sh3/conf/Makefile.sh3.be +++ b/sys/arch/sh3/conf/Makefile.sh3.be @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.sh3.be,v 1.2 2000/01/19 16:30:03 tsutsui Exp $ +# $NetBSD: Makefile.sh3.be,v 1.3 2000/01/24 20:36:16 tron Exp $ # Makefile for NetBSD # @@ -168,6 +168,8 @@ depend: .depend @sed -e 's/.*\.o:.*\.c/assym.h:/' < assym.dep >> .depend @rm -f assym.dep +dependall: depend all + # depend on root or device configuration autoconf.o conf.o: Makefile diff --git a/sys/arch/sh3/conf/Makefile.sh3.le b/sys/arch/sh3/conf/Makefile.sh3.le index f76adbf8ce1d..3e78edadf98a 100644 --- a/sys/arch/sh3/conf/Makefile.sh3.le +++ b/sys/arch/sh3/conf/Makefile.sh3.le @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.sh3.le,v 1.2 2000/01/19 16:30:03 tsutsui Exp $ +# $NetBSD: Makefile.sh3.le,v 1.3 2000/01/24 20:36:17 tron Exp $ # Makefile for NetBSD # @@ -168,6 +168,8 @@ depend: .depend @sed -e 's/.*\.o:.*\.c/assym.h:/' < assym.dep >> .depend @rm -f assym.dep +dependall: depend all + # depend on root or device configuration autoconf.o conf.o: Makefile diff --git a/sys/arch/sparc/conf/Makefile.sparc b/sys/arch/sparc/conf/Makefile.sparc index dc9f5614fed2..f6f9e3ab6bcf 100644 --- a/sys/arch/sparc/conf/Makefile.sparc +++ b/sys/arch/sparc/conf/Makefile.sparc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.sparc,v 1.65 2000/01/19 16:30:01 tsutsui Exp $ +# $NetBSD: Makefile.sparc,v 1.66 2000/01/24 20:36:17 tron Exp $ # Makefile for NetBSD # @@ -182,6 +182,9 @@ depend: .depend @sed -e 's/.*\.o:.*\.c/assym.h:/' < assym.dep >> .depend @rm -f assym.dep +dependall: depend all + + # depend on root or device configuration autoconf.o conf.o: Makefile diff --git a/sys/arch/sparc64/conf/Makefile.sparc64 b/sys/arch/sparc64/conf/Makefile.sparc64 index 69ccc5c15b03..c0b9055248ad 100644 --- a/sys/arch/sparc64/conf/Makefile.sparc64 +++ b/sys/arch/sparc64/conf/Makefile.sparc64 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.sparc64,v 1.16 2000/01/19 16:30:01 tsutsui Exp $ +# $NetBSD: Makefile.sparc64,v 1.17 2000/01/24 20:36:17 tron Exp $ # Makefile for NetBSD # @@ -197,6 +197,9 @@ depend: .depend @sed -e 's/.*\.o:.*\.c/assym.h:/' < assym.dep >> .depend @rm -f assym.dep +dependall: depend all + + # depend on root or device configuration autoconf.o conf.o: Makefile diff --git a/sys/arch/sun3/conf/Makefile.sun3 b/sys/arch/sun3/conf/Makefile.sun3 index 5ee8008b6546..2d2eed3abb8a 100644 --- a/sys/arch/sun3/conf/Makefile.sun3 +++ b/sys/arch/sun3/conf/Makefile.sun3 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.sun3,v 1.78 2000/01/19 16:30:01 tsutsui Exp $ +# $NetBSD: Makefile.sun3,v 1.79 2000/01/24 20:36:17 tron Exp $ # Makefile for NetBSD # @@ -206,6 +206,9 @@ depend: .depend ${MKDEP} ${CPPFLAGS} param.c ioconf.c ${CFILES} ${MKDEP} -a ${CPPFLAGS} ${SUN3}/${MACHTYPE}/genassym.c +dependall: depend all + + # XXX - see below # ${MKDEP} -a ${APPFLAGS} ${SUN3}/${MACHTYPE}/locore.s # ${MKDEP} -a ${APPFLAGS} ${SFILES} diff --git a/sys/arch/vax/conf/Makefile.vax b/sys/arch/vax/conf/Makefile.vax index c0c6c6cfe110..bf549c2a9b52 100644 --- a/sys/arch/vax/conf/Makefile.vax +++ b/sys/arch/vax/conf/Makefile.vax @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.vax,v 1.51 2000/01/19 16:30:01 tsutsui Exp $ +# $NetBSD: Makefile.vax,v 1.52 2000/01/24 20:36:18 tron Exp $ # Makefile for NetBSD # @@ -179,6 +179,8 @@ depend: .depend ${MKDEP} -a ${CFLAGS} ${CPPFLAGS} param.c ioconf.c ${CFILES} ${MKDEP} -a ${AFLAGS} ${CPPFLAGS} ${SFILES} +dependall: depend all + # depend on root or device configuration autoconf.o conf.o: Makefile diff --git a/sys/arch/x68k/conf/Makefile.x68k b/sys/arch/x68k/conf/Makefile.x68k index 48a56d464d4b..047361f52b84 100644 --- a/sys/arch/x68k/conf/Makefile.x68k +++ b/sys/arch/x68k/conf/Makefile.x68k @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.x68k,v 1.40 2000/01/19 16:30:02 tsutsui Exp $ +# $NetBSD: Makefile.x68k,v 1.41 2000/01/24 20:36:18 tron Exp $ # Makefile for NetBSD # @@ -193,6 +193,8 @@ depend: .depend @sed -e 's/.*\.o:.*\.c/assym.h:/' < assym.dep >> .depend @rm -f assym.dep +dependall: depend all + # depend on root or device configuration autoconf.o conf.o: Makefile