summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2020-08-21 00:04:13 +1000
committerDarren Tucker <dtucker@dtucker.net>2020-08-21 00:07:48 +1000
commiteaf8672b1b52db2815a229745f4e4b08681bed6d (patch)
treea11d133104c16a74102054db5fec9a228fdd1e3c /Makefile.in
parent05c215de8d224e094a872d97d45f37f60c06206b (diff)
Remove check for 'ent' command.
It was added in 8d1fd57a9 for measuring entropy of ssh_prng_cmds which has long since been removed and there are no other references to it.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 30a7fff2d..6e72136c5 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -57,7 +57,6 @@ AWK=@AWK@
57RANLIB=@RANLIB@ 57RANLIB=@RANLIB@
58INSTALL=@INSTALL@ 58INSTALL=@INSTALL@
59SED=@SED@ 59SED=@SED@
60ENT=@ENT@
61XAUTH_PATH=@XAUTH_PATH@ 60XAUTH_PATH=@XAUTH_PATH@
62LDFLAGS=-L. -Lopenbsd-compat/ @LDFLAGS@ 61LDFLAGS=-L. -Lopenbsd-compat/ @LDFLAGS@
63LDFLAGS_NOPIE=-L. -Lopenbsd-compat/ @LDFLAGS_NOPIE@ 62LDFLAGS_NOPIE=-L. -Lopenbsd-compat/ @LDFLAGS_NOPIE@