summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pcvt/Misc/Etc/Makefile
blob: 46117a4697a26c1873f51aca46876c1c6c9c615d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

FILES=	Termcap Terminfo pcvt.el rc.local uemacs.tar.Z.uu xmodmap-german

beforeinstall:
	for file in ${FILES}; \
	do \
		${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
		${.CURDIR}/$$file ${DESTDIR}${BINDIR}/Etc/$$file ; \
	done

afterdistribute: beforeinstall

.include "../Makefile.inc"
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud