diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-09-23 07:09:56 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-09-23 07:09:56 +0000 |
commit | ec4ea0144d35ecdd92b9eec095340b0023f8c401 (patch) | |
tree | 54716b094b2cdb2ebda192a7e89abe8521f4a28d /sys/arch/hp300/conf | |
parent | 8d7705af9d852c8d61bef3f88e7c0546f7a5939b (diff) |
Some NetBSD changes, up to NETBSD_CURRENT_970921.
Diffstat (limited to 'sys/arch/hp300/conf')
-rw-r--r-- | sys/arch/hp300/conf/Makefile.hp300 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/hp300/conf/Makefile.hp300 b/sys/arch/hp300/conf/Makefile.hp300 index 719a5d3f4e2..fd8cf4e8a85 100644 --- a/sys/arch/hp300/conf/Makefile.hp300 +++ b/sys/arch/hp300/conf/Makefile.hp300 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.hp300,v 1.17 1997/09/15 02:40:28 deraadt Exp $ +# $OpenBSD: Makefile.hp300,v 1.18 1997/09/23 07:09:53 downsj Exp $ # $NetBSD: Makefile.hp300,v 1.54 1997/04/01 23:16:41 scottr Exp $ # Makefile for OpenBSD @@ -153,6 +153,10 @@ depend:: .depend -if test -n "${SFILES}"; then \ ${MKDEP} -a ${AFLAGS} ${CPPFLAGS} ${SFILES}; \ fi + sh $S/kern/genassym.sh ${MKDEP} -f assym.dep ${CFLAGS} \ + ${CPPFLAGS} < ${HP300}/hp300/genassym.cf + @sed -e 's/.*\.o:.*\.c/assym.h:/' < assym.dep >> .depend + @rm -f assym.dep # depend on root or device configuration autoconf.o conf.o: Makefile |