aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/doscmd
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2001-07-25 12:21:27 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2001-07-25 12:21:27 +0000
commitbba1ea063eb431247a73c32f216d12ba8f3ca9cd (patch)
tree1f64e50812007bc55951b480e75ed4b7386355cf /usr.bin/doscmd
parentd2b0070c6df7c2ad2c799dc65ebc8d1e0c852b0b (diff)
downloadsrc-bba1ea063eb431247a73c32f216d12ba8f3ca9cd.tar.gz
src-bba1ea063eb431247a73c32f216d12ba8f3ca9cd.zip
Fix breakage introduced in rev 1.26, with the introduction of
absoluate pathnames starting with /usr/src. This fixes the installworld target for the case where the source tree is not in /usr/src.
Notes
Notes: svn path=/head/; revision=80325
Diffstat (limited to 'usr.bin/doscmd')
-rw-r--r--usr.bin/doscmd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/doscmd/Makefile b/usr.bin/doscmd/Makefile
index c5331349edbd..f2bbe8ee79e2 100644
--- a/usr.bin/doscmd/Makefile
+++ b/usr.bin/doscmd/Makefile
@@ -77,15 +77,15 @@ cp437-8x16.pcf.gz: cp437-8x16.pcf.gz.uu
uudecode ${.CURDIR}/cp437-8x16.pcf.gz.uu
font8x8.h:
- uudecode -p /usr/src/share/syscons/fonts/cp437-8x8.fnt | \
+ uudecode -p ${.CURDIR}/share/syscons/fonts/cp437-8x8.fnt | \
file2c 'u_int8_t font8x8[] = {' '};' > ${.TARGET}
font8x14.h:
- uudecode -p /usr/src/share/syscons/fonts/cp437-8x14.fnt | \
+ uudecode -p ${.CURDIR}/share/syscons/fonts/cp437-8x14.fnt | \
file2c 'u_int8_t font8x14[] = {' '};' > ${.TARGET}
font8x16.h:
- uudecode -p /usr/src/share/syscons/fonts/cp437-8x16.fnt | \
+ uudecode -p ${.CURDIR}/share/syscons/fonts/cp437-8x16.fnt | \
file2c 'u_int8_t font8x16[] = {' '};' > ${.TARGET}
emsdriv.sys: emsdriv.sys.uu