ec63f485b9
example configuration startup script.
14 lines
243 B
Makefile
14 lines
243 B
Makefile
# $FreeBSD$
|
|
|
|
FILES= Termcap Terminfo pcvt.el xmodmap-german pcvt.sh
|
|
|
|
NOOBJ=
|
|
|
|
beforeinstall:
|
|
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} ${FILES} \
|
|
${DESTDIR}${BINDIR}/Etc
|
|
|
|
afterdistribute: beforeinstall
|
|
|
|
.include <bsd.prog.mk>
|