diff options
author | EuAndreh <eu@euandre.org> | 2024-08-16 21:20:03 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-08-16 21:20:03 -0300 |
commit | d41f049a5c1c17b551fa33a04d61e2c647312252 (patch) | |
tree | af2c540824a371c2f2507f0e6865ae415dcc56ea | |
parent | Add config files and install them under $(SYSCONFDIR) (diff) | |
download | syskeep-d41f049a5c1c17b551fa33a04d61e2c647312252.tar.gz syskeep-d41f049a5c1c17b551fa33a04d61e2c647312252.tar.xz |
deps.mk: Include config files
-rw-r--r-- | deps.mk | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -6,4 +6,10 @@ sources.sh = \ sources.txt = \ src/backupit.txt \ + src/gitconfig \ + src/init.scm \ + src/known_hosts.txt \ + src/profile.sh \ + src/rc.sh \ + src/ssh.conf \ |