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.

20 lines
637 B

  1. --- a/Makefile
  2. +++ b/Makefile
  3. @@ -72,7 +72,7 @@ endif
  4. CPPFLAGS += $(DEFS) $(INCLUDES)
  5. ##############################################################################
  6. -all: Makefile.depend whois mkpasswd pos
  7. +all: Makefile.depend whois
  8. ##############################################################################
  9. %.o: %.c
  10. @@ -121,7 +121,7 @@ afl-run:
  11. nice afl-fuzz -i ../afl_in -o ../afl_out -- ./whois
  12. ##############################################################################
  13. -install: install-whois install-mkpasswd install-pos
  14. +install: install-whois
  15. install-whois: whois
  16. $(INSTALL) -d $(BASEDIR)$(prefix)/bin/