diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-03-26 15:09:54 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-03-26 15:09:54 +0000 |
commit | 7286afc85c82c3638c2c4bc0028f896008ee8ddc (patch) | |
tree | 745d55651769e3f23eb9e32d847595df80f70839 /sys/arch/hp300/conf/Makefile.hp300 | |
parent | 24109db2f091e388aefe92d70037a0fde2a7d998 (diff) |
From NetBSD: vnode_if.[ch] made machine independent.
very usefull (for <sys/vnode.h> inclusion).
from the other side this is really machine independent ...
tested w/ i386, but should not cause errors w/ other arch's.
pls, test it (don't forget to reconfig kernel ;)
Diffstat (limited to 'sys/arch/hp300/conf/Makefile.hp300')
-rw-r--r-- | sys/arch/hp300/conf/Makefile.hp300 | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/sys/arch/hp300/conf/Makefile.hp300 b/sys/arch/hp300/conf/Makefile.hp300 index d95395b8a5f..807bd59bf5b 100644 --- a/sys/arch/hp300/conf/Makefile.hp300 +++ b/sys/arch/hp300/conf/Makefile.hp300 @@ -85,7 +85,7 @@ NORMAL_S_C= ${CPP} ${COPTS} ${PARAM} $< | ${AS} -o $@ # ${SYSTEM_LD_HEAD} # ${SYSTEM_LD} swapxxx.o # ${SYSTEM_LD_TAIL} -SYSTEM_OBJ= locore.o ${FPSP} vnode_if.o ${OBJS} param.o ioconf.o \ +SYSTEM_OBJ= locore.o ${FPSP} ${OBJS} param.o ioconf.o \ ${LIBKERN} ${LIBCOMPAT} SYSTEM_DEP= Makefile ${SYSTEM_OBJ} SYSTEM_LD_HEAD= rm -f $@ @@ -107,7 +107,7 @@ vers.o: ${SYSTEM_DEP} ${SYSTEM_SWAP_DEP} ${CC} ${CFLAGS} -c vers.c clean:: - rm -f eddep *netbsd netbsd.gdb tags vnode_if.[ch] *.o locore.i \ + rm -f eddep *netbsd netbsd.gdb tags *.o locore.i \ [a-z]*.s [Ee]rrs linterrs makelinks genassym lint: /tmp param.c @@ -142,7 +142,7 @@ genassym: ${HP300}/hp300/genassym.c Makefile ${CC} ${INCLUDES} ${IDENT} ${PARAM} -Dmc68020 -Dhp300 -o genassym \ ${HP300}/hp300/genassym.c -depend: assym.s param.c vnode_if.h +depend: assym.s param.c mkdep ${COPTS} ${CFILES} ioconf.c param.c mkdep -a -p ${INCLUDES} ${IDENT} ${PARAM} ${HP300}/hp300/genassym.c @@ -167,7 +167,4 @@ param.c: $S/conf/param.c param.o: param.c Makefile ${CC} -c ${CFLAGS} ${PARAM} param.c -vnode_if.c vnode_if.h: $S/kern/vnode_if.sh $S/kern/vnode_if.src - AWK="${AWK}" sh $S/kern/vnode_if.sh $S/kern/vnode_if.src - %RULES |