diff options
| author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2001-07-25 12:21:27 +0000 |
|---|---|---|
| committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2001-07-25 12:21:27 +0000 |
| commit | bba1ea063eb431247a73c32f216d12ba8f3ca9cd (patch) | |
| tree | 1f64e50812007bc55951b480e75ed4b7386355cf /usr.bin | |
| parent | d2b0070c6df7c2ad2c799dc65ebc8d1e0c852b0b (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/doscmd/Makefile | 6 |
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 |
