mirror of
https://github.com/opnsense/src.git
synced 2026-04-02 07:55:21 -04:00
13 lines
255 B
Makefile
13 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>
|