mirror of
https://github.com/openwrt/packages.git
synced 2025-01-31 03:41:44 +00:00
5c8955cd22
- Refresh patches Signed-off-by: krant <aleksey.vasilenko@gmail.com>
21 lines
771 B
Diff
21 lines
771 B
Diff
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -75,7 +75,7 @@ CPPFLAGS += $(DEFS) $(INCLUDES)
|
|
BASHCOMPDIR ?= $(shell $(PKG_CONFIG) --variable=completionsdir bash-completion 2>/dev/null || echo /etc/bash_completion.d)
|
|
|
|
##############################################################################
|
|
-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
|
|
|
|
##############################################################################
|
|
-install: install-whois install-mkpasswd install-pos install-bashcomp
|
|
+install: install-whois
|
|
|
|
install-whois: whois
|
|
$(INSTALL) -d $(BASEDIR)$(prefix)/bin/
|