diff options
author | Christian Pointner <equinox@spreadspace.org> | 2010-12-02 09:36:43 +0000 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2010-12-02 09:36:43 +0000 |
commit | ccde899a2c4c6b62387d9aba9fc48d1bf128cf03 (patch) | |
tree | 099db600b2b6fda1fc1d5ccc7f14f844b7c7fb94 | |
parent | added new options for resolv types (IPv4 vs IPv6) (diff) |
temporary disabling install-etc target
git-svn-id: https://svn.spreadspace.org/tcpproxy/trunk@20 e61f0598-a718-4e21-a8f0-0aadfa62ad6b
-rw-r--r-- | src/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile index a40a5e8..122abf4 100644 --- a/src/Makefile +++ b/src/Makefile @@ -87,8 +87,8 @@ manpage: $(MAKE) --directory="../doc/" manpage -INSTALL_TARGETS := install-bin install-etc -REMOVE_TARGETS := remove-bin remove-etc +INSTALL_TARGETS := install-bin #install-etc +REMOVE_TARGETS := remove-bin #remove-etc ifdef MANDIR INSTALL_TARGETS += install-man |