summaryrefslogtreecommitdiffstats
path: root/usr.bin/doscmd
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2001-07-25 12:21:27 +0000
committersheldonh <sheldonh@FreeBSD.org>2001-07-25 12:21:27 +0000
commit78944dcef14bedd81e1464adcb22d73aa1c9fb79 (patch)
tree1f64e50812007bc55951b480e75ed4b7386355cf /usr.bin/doscmd
parent9ae73e5dc6b9f0751aab3151237477d700500e14 (diff)
downloadFreeBSD-src-78944dcef14bedd81e1464adcb22d73aa1c9fb79.zip
FreeBSD-src-78944dcef14bedd81e1464adcb22d73aa1c9fb79.tar.gz
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.
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 c533134..f2bbe8e 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
OpenPOWER on IntegriCloud