diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2003-06-01 20:47:46 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-06-01 20:47:46 +0000 |
| commit | 5345d76f4a30e26895a467129371125459f0d25d (patch) | |
| tree | 3b99b91ebab9e0b05b103fce8929976a4ff1ff49 | |
| parent | 3c5dad6ef0bce92d8fa9d84adc0013c0f23cf0b8 (diff) | |
Notes
| -rw-r--r-- | sys/conf/kern.post.mk | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/conf/kern.post.mk b/sys/conf/kern.post.mk index bb8dbc6d3c44..94a64a26bfbe 100644 --- a/sys/conf/kern.post.mk +++ b/sys/conf/kern.post.mk @@ -63,7 +63,7 @@ ${FULLKERNEL}: ${SYSTEM_DEP} vers.o ${SYSTEM_LD_TAIL} .if !exists(.depend) -${SYSTEM_OBJS}: assym.s vnode_if.h ${BEFORE_DEPEND:M*.h} ${MFILES:T:S/.m$/.h/} +${SYSTEM_OBJS}: assym.s miidevs.h vnode_if.h ${BEFORE_DEPEND:M*.h} ${MFILES:T:S/.m$/.h/} .endif .for mfile in ${MFILES} @@ -75,12 +75,6 @@ ${mfile:T:S/.m$/.h/}: ${mfile} ${AWK} -f $S/tools/makeobjops.awk ${mfile} -h .endfor -.if !exists(.depend) -acphy.o amphy.o bmtphy.o brgphy.o dcphy.o e1000phy.o exphy.o if_bge.o if_tx.o \ -inphy.o lxtphy.o nsgphy.o nsphy.o pnaphy.o pnphy.o qsphy.o rlphy.o tdkphy.o \ -tlphy.o xmphy.o: miidevs.h -.endif - kernel-clean: rm -f *.o *.so *.So *.ko *.s eddep errs \ ${FULLKERNEL} ${KERNEL_KO} linterrs makelinks tags \ |
