Now that we have proper links, no need to fake up ones as part of

depend.  Now that we no longer need this hack, remove it.

Forgotten by: imp
Reminded by: nyan
This commit is contained in:
Warner Losh 2005-04-03 04:33:42 +00:00
parent 47b563639b
commit cfaacd7f0f
2 changed files with 0 additions and 4 deletions

View file

@ -30,7 +30,6 @@ S= ../../..
.endif
.include "$S/conf/kern.pre.mk"
EXTRA_KERNELDEP=rm -f ./machine ; ln -s $S/$M/include ./machine
MKMODULESENV+= MACHINE=pc98
%BEFORE_DEPEND

View file

@ -139,9 +139,6 @@ genassym.o: $S/$M/$M/genassym.c
${SYSTEM_OBJS} genassym.o vers.o: opt_global.h
kernel-depend:
.if defined(EXTRA_KERNELDEP)
${EXTRA_KERNELDEP}
.endif
rm -f .olddep
if [ -f .depend ]; then mv .depend .olddep; fi
${MAKE} _kernel-depend