Commit 2175c42a authored by Alessandro Rubini's avatar Alessandro Rubini

userspace/tools: fix mkpasswd and build it

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent a90d9264
......@@ -20,3 +20,4 @@ sdb-read
nbtee
wrs_auxclk
wrs_checkcfg
mkpasswd
......@@ -7,7 +7,7 @@ TOOLS += nbtee
TOOLS += wrs_auxclk
TOOLS += wrs_checkcfg
TOOLS += wrs_status_led
TOOLS += mkpasswd
PPSI_CONFIG = ../ppsi/include/generated/autoconf.h
WR_INSTALL_ROOT ?= /usr/lib/white-rabbit
......@@ -77,3 +77,5 @@ install: all
install -d $(WR_INSTALL_ROOT)/bin
install $(TOOLS) $(WR_INSTALL_ROOT)/bin
mkpasswd: mkpasswd.o utils.o
${CC} -o $@ $^ $(LDFLAGS) -lcrypt
......@@ -17,7 +17,7 @@
/* autoconf in cpp macros */
#ifdef linux
# define ENABLE_NLS
# undef ENABLE_NLS
#endif
#ifdef __FreeBSD__
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment