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. --- a/Makefile
  2. +++ b/Makefile
  3. @@ -76,7 +76,7 @@ all: sslh $(MAN) echosrv $(CONDITIONAL_T
  4. version.h:
  5. ./genver.sh >version.h
  6. -sslh: sslh-fork sslh-select
  7. +sslh: sslh-fork
  8. $(OBJS): version.h
  9. @@ -87,10 +87,6 @@ sslh-fork: version.h $(OBJS) sslh-fork.o
  10. $(CC) $(CFLAGS) $(LDFLAGS) -o sslh-fork sslh-fork.o $(OBJS) $(LIBS)
  11. #strip sslh-fork
  12. -sslh-select: version.h $(OBJS) sslh-select.o Makefile common.h
  13. - $(CC) $(CFLAGS) $(LDFLAGS) -o sslh-select sslh-select.o $(OBJS) $(LIBS)
  14. - #strip sslh-select
  15. -
  16. systemd-sslh-generator: systemd-sslh-generator.o
  17. $(CC) $(CFLAGS) $(LDFLAGS) -o systemd-sslh-generator systemd-sslh-generator.o -lconfig
  18. @@ -127,7 +123,7 @@ distclean: clean
  19. rm -f tags sslh-conf.c sslh-conf.h cscope.*
  20. clean:
  21. - rm -f sslh-fork sslh-select echosrv version.h $(MAN) systemd-sslh-generator *.o *.gcov *.gcno *.gcda *.png *.html *.css *.info
  22. + rm -f sslh-fork echosrv version.h $(MAN) systemd-sslh-generator *.o *.gcov *.gcno *.gcda *.png *.html *.css *.info
  23. tags:
  24. ctags --globals -T *.[ch]