You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
1.0 KiB

  1. diff --git a/Makefile b/Makefile
  2. index b1cf9ce..28f90c3 100644
  3. --- a/Makefile
  4. +++ b/Makefile
  5. @@ -65,16 +65,12 @@ all: sslh $(MAN) echosrv
  6. version.h:
  7. ./genver.sh >version.h
  8. -sslh: sslh-fork sslh-select
  9. +sslh: sslh-fork
  10. sslh-fork: version.h $(OBJS) sslh-fork.o Makefile common.h
  11. $(CC) $(CFLAGS) $(LDFLAGS) -o sslh-fork sslh-fork.o $(OBJS) $(LIBS)
  12. #strip sslh-fork
  13. -sslh-select: version.h $(OBJS) sslh-select.o Makefile common.h
  14. - $(CC) $(CFLAGS) $(LDFLAGS) -o sslh-select sslh-select.o $(OBJS) $(LIBS)
  15. - #strip sslh-select
  16. -
  17. systemd-sslh-generator: systemd-sslh-generator.o
  18. $(CC) $(CFLAGS) $(LDFLAGS) -o systemd-sslh-generator systemd-sslh-generator.o -lconfig
  19. @@ -110,7 +106,7 @@ distclean: clean
  20. rm -f tags cscope.*
  21. clean:
  22. - rm -f sslh-fork sslh-select echosrv version.h $(MAN) systemd-sslh-generator *.o *.gcov *.gcno *.gcda *.png *.html *.css *.info
  23. + rm -f sslh-fork echosrv version.h $(MAN) systemd-sslh-generator *.o *.gcov *.gcno *.gcda *.png *.html *.css *.info
  24. tags:
  25. ctags --globals -T *.[ch]