mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-26 13:05:18 +01:00
2cdfa5f477
accompanying doc files into /usr/share/pcvt/. (This goes to the `doc' distribution, not `bin'.)
16 lines
412 B
Makefile
16 lines
412 B
Makefile
FILES= Acknowledgements Bibliography BugList ChangeLog CharGen \
|
|
Charsets EscapeSequences Keyboard.HP Keyboard.VT \
|
|
Manifest NotesAndHints TestedHardware ToDo
|
|
|
|
beforeinstall:
|
|
for file in ${FILES}; \
|
|
do \
|
|
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
|
${.CURDIR}/$$file ${DESTDIR}${BINDIR}/Doc/$$file ; \
|
|
done
|
|
|
|
afterdistribute: beforeinstall
|
|
|
|
.include "../Makefile.inc"
|
|
.include <bsd.subdir.mk>
|