blob: 74bce39d85370180376f176befd9c943f6479b81 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- 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/
|