Default dk to zero.

This commit is contained in:
Alan Noble 2019-03-05 23:53:42 +00:00
parent 1df780fae1
commit 23f44b4655
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Install files and directories required by NetSender clients (such as gpio-netsender, revid-cli, etc.)
# and create a dhcpcd.enter-hook for setting the MAC address.
# MA and DK can be optionally passed to Make, e.g, for a hard (first-time) installation:
# sudo MA=mac DK=dk hard_install
# sudo MA=mac DK=dk install_hard
# NB: The default (soft) install does not override conf files.
USER := $(shell whoami)
PATH := /usr/local/go/bin:$(PATH)
@ -9,7 +9,7 @@ ifeq ($(MA),)
MA := "00:E0:4C:00:00:01"
endif
ifeq ($(DK),)
DK := 1
DK := 0
endif
.SILENT:make_dirs