aboutsummaryrefslogtreecommitdiff
path: root/etc/Makefile
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1993-09-07 19:35:38 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1993-09-07 19:35:38 +0000
commit97eb5f5403bd4239971273a9ef8273bc412cbca9 (patch)
tree94bf46adc798529b9632c6bdf786b72a469a5629 /etc/Makefile
parent57dd4ca1b27e44538ddeaedd78f4d0acad546b56 (diff)
downloadsrc-97eb5f5403bd4239971273a9ef8273bc412cbca9.tar.gz
src-97eb5f5403bd4239971273a9ef8273bc412cbca9.zip
Fixed missing slash after a ${DESTDIR} with no other path after it.
Notes
Notes: svn path=/head/; revision=410
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 1a18b0b06384..5fbf6c366357 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -335,7 +335,7 @@ distrib-dirs:
.if defined(CDROMDIST)
mtree -u -f mtree/BSD.local.dist -p ${DESTDIR}/usr/local
.endif
- cd ${DESTDIR}; rm -f ${DESTDIR}/sys; ln -s usr/src/sys sys
+ cd ${DESTDIR}/; rm -f ${DESTDIR}/sys; ln -s usr/src/sys sys
floppies: kcopy-ah-floppy kcopy-bt-floppy filesystem-floppy \
cpio-floppy