diff options
author | Othmar Gsenger <otti@anytun.org> | 2008-10-19 16:51:00 +0000 |
---|---|---|
committer | Othmar Gsenger <otti@anytun.org> | 2008-10-19 16:51:00 +0000 |
commit | 5848f61a53107071854601dfd7e6126602b09323 (patch) | |
tree | b53195ddc5f6dd2c4670137f9cd9c6a3402fcfce /src/Makefile | |
parent | fixed ipv6 shift operator (diff) |
removed manpage from auto build
use make manpage if you need it
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 99f66ea..3809bda 100644 --- a/src/Makefile +++ b/src/Makefile @@ -134,7 +134,7 @@ ANYCONFOBJS = log.o \ syncConnectionCommand.o \ $(SOCKETDEPS) -EXECUTABLE = anytun anytun-config anytun-controld anytun-showtables manpage +EXECUTABLE = anytun anytun-config anytun-controld anytun-showtable all: $(EXECUTABLE) libAnysync.a anyrtpproxy |