summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNathan Angelacos <nangel@tetrasec.net>2008-07-08 21:40:56 +0000
committerNathan Angelacos <nangel@tetrasec.net>2008-07-08 21:40:56 +0000
commit6e4491a2a8234f52f9c571e811b6312aefc4ea88 (patch)
tree3b2662174ac4956250c661f1476c69374421189e /Makefile
parent9c1669a4343097cbb2453a51ac09b9417ad95f70 (diff)
downloadacf-openssh-6e4491a2a8234f52f9c571e811b6312aefc4ea88.tar.bz2
acf-openssh-6e4491a2a8234f52f9c571e811b6312aefc4ea88.tar.xz
First stab at a config file
git-svn-id: svn://svn.alpinelinux.org/acf/openssh/trunk@1291 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8a5d22b..9e54812 100644
--- a/Makefile
+++ b/Makefile
@@ -25,6 +25,7 @@ dist: $(tarball)
install:
mkdir -p "$(install_dir)"
cp -a $(APP_DIST) "$(install_dir)"
+
$(tarball): $(DISTFILES)
rm -rf $(P)