BUILDOPTS passed to client/server makes

This commit is contained in:
Russ Magee 2019-06-20 22:44:19 -07:00
parent c24529a1d4
commit 54396a4e4b
5 changed files with 13 additions and 5 deletions

View file

@ -1,5 +1,13 @@
.PHONY: lint vis clean common client server passwd subpkgs install uninstall reinstall
#ifeq ($(MAKEOPTS),)
MAKEOPTS = $(MAKEOPTS)
#endif
#ifeq ($(BUILDOPTS),)
BUILDOPTS = $(BUILDOPTS)
#endif
SUBPKGS = logger spinsult hkexnet
TOOLS = hkexpasswd hkexsh hkexshd
SUBDIRS = $(LIBS) $(TOOLS)