Install new dotfiles.

This commit is contained in:
Jordan K. Hubbard 1995-11-30 02:32:40 +00:00
parent b5acb70412
commit 309851e0c1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=12540

View file

@ -1,5 +1,5 @@
# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
# $Id: Makefile,v 1.125 1995/10/28 02:01:34 ache Exp $
# $Id: Makefile,v 1.126 1995/10/28 09:39:57 peter Exp $
# disktab may be wrong -- hcx9 is a tahoe, but gets its own.
# -rw-r--r--
@ -175,6 +175,12 @@ distribution:
MAKEDEV.local etc.${MACHINE}/MAKEDEV ${DESTDIR}/dev )
(cd ${DESTDIR}/dev; sh MAKEDEV all) ;
(cd ${.CURDIR}/root; \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 dot.fvwmrc \
${DESTDIR}/root/.fvwmrc; \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 dot.Xdefaults \
${DESTDIR}/root/.Xdefaults; \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 dot.xsession \
${DESTDIR}/root/.xsession; \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 dot.cshrc \
${DESTDIR}/root/.cshrc; \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 dot.klogin \