mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-17 18:34:03 -05:00
Install only the binaries into BINDIR
There is no point in installing *.service files into BINDIR. Signed-hostap: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
b111764384
commit
ea5cb06ef9
@ -15,12 +15,13 @@ CFLAGS += -I../src/utils
|
|||||||
|
|
||||||
-include .config
|
-include .config
|
||||||
|
|
||||||
ALL=wpa_supplicant wpa_cli
|
BINALL=wpa_supplicant wpa_cli
|
||||||
|
|
||||||
ifndef CONFIG_NO_WPA_PASSPHRASE
|
ifndef CONFIG_NO_WPA_PASSPHRASE
|
||||||
ALL += wpa_passphrase
|
BINALL += wpa_passphrase
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ALL = $(BINALL)
|
||||||
ALL += systemd/wpa_supplicant.service
|
ALL += systemd/wpa_supplicant.service
|
||||||
ALL += systemd/wpa_supplicant@.service
|
ALL += systemd/wpa_supplicant@.service
|
||||||
ALL += systemd/wpa_supplicant-nl80211@.service
|
ALL += systemd/wpa_supplicant-nl80211@.service
|
||||||
@ -51,7 +52,7 @@ mkconfig:
|
|||||||
$(DESTDIR)$(BINDIR)/%: %
|
$(DESTDIR)$(BINDIR)/%: %
|
||||||
install -D $(<) $(@)
|
install -D $(<) $(@)
|
||||||
|
|
||||||
install: $(addprefix $(DESTDIR)$(BINDIR)/,$(ALL))
|
install: $(addprefix $(DESTDIR)$(BINDIR)/,$(BINALL))
|
||||||
$(MAKE) -C ../src install
|
$(MAKE) -C ../src install
|
||||||
|
|
||||||
OBJS = config.o
|
OBJS = config.o
|
||||||
|
Loading…
Reference in New Issue
Block a user