5f809d76a3
Reviewed by: core
14 lines
300 B
Makefile
14 lines
300 B
Makefile
# $Id: Makefile,v 1.2 1998/03/16 11:46:09 bde Exp $
|
|
|
|
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>
|