Hellmuth Michaelis ec63f485b9 exchange rc.local for a more modern, up to date and ready to run
example configuration startup script.
2000-03-31 08:39:34 +00:00

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>