diff options
author | wosch <wosch@FreeBSD.org> | 1997-08-13 23:16:54 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1997-08-13 23:16:54 +0000 |
commit | 18723c26bbc0123060a666b6fb181c1682cce1a1 (patch) | |
tree | 4ed7e90f1490b5d3752d3c2c1a5fc5a7d6826929 /share/skel | |
parent | 087e3f1aff6d525982c1ee0fa414dca9635fe469 (diff) | |
download | FreeBSD-src-18723c26bbc0123060a666b6fb181c1682cce1a1.zip FreeBSD-src-18723c26bbc0123060a666b6fb181c1682cce1a1.tar.gz |
install dot.shrc
Submitted by: Wolfgang Helbig <helbig@MX.BA-Stuttgart.De>
Diffstat (limited to 'share/skel')
-rw-r--r-- | share/skel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/skel/Makefile b/share/skel/Makefile index 62d64ba..5f6c70e 100644 --- a/share/skel/Makefile +++ b/share/skel/Makefile @@ -1,6 +1,6 @@ # @(#)Makefile 8.1 (Berkeley) 6/8/93 -FILES1= dot.cshrc dot.login dot.mailrc dot.profile +FILES1= dot.cshrc dot.login dot.mailrc dot.profile dot.shrc FILES2= dot.rhosts MODE1= 0644 MODE2= 0600 |