summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-11-30 02:32:40 +0000
committerjkh <jkh@FreeBSD.org>1995-11-30 02:32:40 +0000
commit00d235c0ea6b0a8052bf02d093ccf03633da529e (patch)
treed408a477ccaf88e6be905f62963db23d749743ef /etc
parent25c3e86bc02d9bc8e89026926cccd6e70bd135a9 (diff)
downloadFreeBSD-src-00d235c0ea6b0a8052bf02d093ccf03633da529e.zip
FreeBSD-src-00d235c0ea6b0a8052bf02d093ccf03633da529e.tar.gz
Install new dotfiles.
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile
index ad3c308..6ee3d9e 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -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 \
OpenPOWER on IntegriCloud