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)
downloadopenssh-git-eaf8672b1b52db2815a229745f4e4b08681bed6d.tar.gz
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 30a7fff2..6e72136c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -57,7 +57,6 @@ AWK=@AWK@
RANLIB=@RANLIB@
INSTALL=@INSTALL@
SED=@SED@
-ENT=@ENT@
XAUTH_PATH=@XAUTH_PATH@
LDFLAGS=-L. -Lopenbsd-compat/ @LDFLAGS@
LDFLAGS_NOPIE=-L. -Lopenbsd-compat/ @LDFLAGS_NOPIE@