summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pcvt/Misc/Doc/Makefile
blob: 8999896a1e728b5a1dc20259c19d769bfc6d3710 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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>
OpenPOWER on IntegriCloud