1999-08-28 01:35:59 +00:00
|
|
|
# $FreeBSD$
|
1999-01-01 08:32:05 +00:00
|
|
|
|
2000-03-31 08:39:34 +00:00
|
|
|
FILES= Termcap Terminfo pcvt.el xmodmap-german pcvt.sh
|
1999-01-01 08:32:05 +00:00
|
|
|
|
|
|
|
NOOBJ=
|
|
|
|
|
|
|
|
beforeinstall:
|
|
|
|
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} ${FILES} \
|
|
|
|
${DESTDIR}${BINDIR}/Etc
|
|
|
|
|
|
|
|
afterdistribute: beforeinstall
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|