386d3e7f4c
Install all files in one step. De-bogotified the .includes.
14 lines
255 B
Makefile
14 lines
255 B
Makefile
# $Id$
|
|
|
|
FILES= Termcap Terminfo pcvt.el rc.local uemacs.tar.Z.uu xmodmap-german
|
|
|
|
NOOBJ=
|
|
|
|
beforeinstall:
|
|
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} ${FILES} \
|
|
${DESTDIR}${BINDIR}/Etc
|
|
|
|
afterdistribute: beforeinstall
|
|
|
|
.include <bsd.prog.mk>
|