aboutsummaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>2004-10-11 21:23:56 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>2004-10-11 21:23:56 +0000
commit31e81ae45d6005811e7f2c9ec167dc449fb68500 (patch)
tree0f62bf9864d847389ebb25b0cf5e5d0b85002e5f /sys/conf
parentf7717523a283637528765e7a41e8d93a08dd82a8 (diff)
Notes
Diffstat (limited to 'sys/conf')
-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 226908194cd1..3f76d3e4c968 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