- --- a/Makefile
- +++ b/Makefile
- @@ -70,7 +70,7 @@ all: sslh $(MAN) echosrv $(CONDITIONAL_T
- version.h:
- ./genver.sh >version.h
-
- -sslh: sslh-fork sslh-select
- +sslh: sslh-fork
-
- $(OBJS): version.h common.h collection.h sslh-conf.h gap.h
-
- @@ -81,10 +81,6 @@ sslh-fork: version.h $(OBJS) sslh-fork.o
- $(CC) $(CFLAGS) $(LDFLAGS) -o sslh-fork sslh-fork.o $(OBJS) $(LIBS)
- #strip sslh-fork
-
- -sslh-select: version.h $(OBJS) sslh-select.o Makefile
- - $(CC) $(CFLAGS) $(LDFLAGS) -o sslh-select sslh-select.o $(OBJS) $(LIBS)
- - #strip sslh-select
- -
- systemd-sslh-generator: systemd-sslh-generator.o
- $(CC) $(CFLAGS) $(LDFLAGS) -o systemd-sslh-generator systemd-sslh-generator.o -lconfig
-
- @@ -133,7 +129,7 @@ distclean: clean
- rm -f tags sslh-conf.[ch] echosrv-conf.[ch] cscope.*
-
- clean:
- - rm -f sslh-fork sslh-select echosrv version.h $(MAN) systemd-sslh-generator *.o *.gcov *.gcno *.gcda *.png *.html *.css *.info
- + rm -f sslh-fork echosrv version.h $(MAN) systemd-sslh-generator *.o *.gcov *.gcno *.gcda *.png *.html *.css *.info
-
- tags:
- ctags --globals -T *.[ch]
|