2021-01-01 07:12:36 +08:00
|
|
|
--- a/Makefile
|
|
|
|
+++ b/Makefile
|
2024-02-07 20:30:16 +08:00
|
|
|
@@ -75,7 +75,7 @@ CPPFLAGS += $(DEFS) $(INCLUDES)
|
|
|
|
BASHCOMPDIR ?= $(shell $(PKG_CONFIG) --variable=completionsdir bash-completion 2>/dev/null || echo /etc/bash_completion.d)
|
2021-01-01 07:12:36 +08:00
|
|
|
|
|
|
|
##############################################################################
|
|
|
|
-all: Makefile.depend whois mkpasswd pos
|
|
|
|
+all: Makefile.depend whois
|
|
|
|
|
|
|
|
##############################################################################
|
|
|
|
%.o: %.c
|
|
|
|
@@ -121,7 +121,7 @@ afl-run:
|
|
|
|
nice afl-fuzz -i ../afl_in -o ../afl_out -- ./whois
|
|
|
|
|
|
|
|
##############################################################################
|
2024-02-07 20:30:16 +08:00
|
|
|
-install: install-whois install-mkpasswd install-pos install-bashcomp
|
2021-01-01 07:12:36 +08:00
|
|
|
+install: install-whois
|
|
|
|
|
|
|
|
install-whois: whois
|
|
|
|
$(INSTALL) -d $(BASEDIR)$(prefix)/bin/
|