summaryrefslogtreecommitdiffstats
path: root/etc/Makefile
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-08-14 14:42:05 +0000
committerjkh <jkh@FreeBSD.org>1996-08-14 14:42:05 +0000
commit819b8778d2849d87cdbf3c764bb8d3901c3c4eaa (patch)
tree3622ea3dd89082d4da89017cabaa4b86681d8707 /etc/Makefile
parente5c73d18ab13bb9e9137b39eccb4c0d582618fec (diff)
downloadFreeBSD-src-819b8778d2849d87cdbf3c764bb8d3901c3c4eaa.zip
FreeBSD-src-819b8778d2849d87cdbf3c764bb8d3901c3c4eaa.tar.gz
Remove root dotfiles which did more harm than good.
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 85fe6d1..088280e 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
-# $Id: Makefile,v 1.138 1996/07/11 21:22:50 pst Exp $
+# $Id: Makefile,v 1.139 1996/07/13 04:33:23 jkh Exp $
# -rw-r--r--
BINOWN= root
@@ -60,12 +60,6 @@ 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 755 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