diff options
author | Ted Trask <ttrask01@yahoo.com> | 2008-04-23 13:45:05 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2008-04-23 13:45:05 +0000 |
commit | 6b9876d015dec0cbba0d14f9f68ebedddbc3859c (patch) | |
tree | f4c59a32b79c9680f20a0df7d5bc3105d17dc0e3 /Makefile | |
parent | 5e4f7d218ce4c673bc362390fcfad083463b1727 (diff) | |
download | acf-ipsec-tools-6b9876d015dec0cbba0d14f9f68ebedddbc3859c.tar.bz2 acf-ipsec-tools-6b9876d015dec0cbba0d14f9f68ebedddbc3859c.tar.xz |
Moved roles/permissions to individual roles files
git-svn-id: svn://svn.alpinelinux.org/acf/ipsec-tools/trunk@1034 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -3,12 +3,7 @@ PACKAGE=acf-$(APP_NAME) VERSION=0.3.1 APP_DIST=\ - ipsectools-controller.lua \ - ipsectools-model.lua \ - ipsectools-status-html.lsp \ - ipsectools-expert-html.lsp \ - ipsectools-logfile-html.lsp \ - ipsectools.menu \ + ipsectools* \ EXTRA_DIST=README Makefile config.mk |