summaryrefslogtreecommitdiffstats
path: root/sys/conf/kmod.mk
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>2004-10-11 21:23:56 +0000
committerjoerg <joerg@FreeBSD.org>2004-10-11 21:23:56 +0000
commit119b3d2ff071347df09066a6604dc635b82ef193 (patch)
tree0f62bf9864d847389ebb25b0cf5e5d0b85002e5f /sys/conf/kmod.mk
parent9d97668203784b610f11445f81875398df240996 (diff)
downloadFreeBSD-src-119b3d2ff071347df09066a6604dc635b82ef193.zip
FreeBSD-src-119b3d2ff071347df09066a6604dc635b82ef193.tar.gz
Revert the change from rev 1.168. ru convinced me that the situation
that was fixed by this should not normally happen, and since I did not record the traces of my failed build attempt that had been solved with that change, it's not entirely clear whether it hadn't been a pilot error on my end. In dubio pro reo. :-)
Diffstat (limited to 'sys/conf/kmod.mk')
-rw-r--r--sys/conf/kmod.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/kmod.mk b/sys/conf/kmod.mk
index 2269081..3f76d3e 100644
--- a/sys/conf/kmod.mk
+++ b/sys/conf/kmod.mk
@@ -280,7 +280,7 @@ CFLAGS += -I${KERNBUILDDIR}
CLEANFILES+= ${_src}
.if !target(${_src})
${_src}:
- ln -sf ${KERNBUILDDIR}/${_src} ${.TARGET}
+ ln -s ${KERNBUILDDIR}/${_src} ${.TARGET}
.endif
.endfor
.else
OpenPOWER on IntegriCloud