diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-07-18 12:07:49 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-07-18 12:07:49 +0000 |
| commit | 0b87f79976047c8f4332bbf7dc03146f6b0de79f (patch) | |
| tree | 28835f40dbe3d76e3a6fda9aad6f0aecbec6f5b7 /share/syscons/fonts | |
| parent | 7f3c93b7de07382b10f6322cc10203ba493e2898 (diff) | |
Notes
Diffstat (limited to 'share/syscons/fonts')
| -rw-r--r-- | share/syscons/fonts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/syscons/fonts/Makefile b/share/syscons/fonts/Makefile index a9c133625d0b..0680c328a4ae 100644 --- a/share/syscons/fonts/Makefile +++ b/share/syscons/fonts/Makefile @@ -33,7 +33,7 @@ NOMAN = noman NOOBJ = noobj install: - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${SHAREMODE} ${FONTS} \ + ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${SHAREMODE} ${FONTS} \ ${DESTDIR}${FONTDIR} .include <bsd.prog.mk> |
