summaryrefslogtreecommitdiff
path: root/distrib
diff options
context:
space:
mode:
Diffstat (limited to 'distrib')
-rw-r--r--distrib/miniroot/makeconf.awk4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/miniroot/makeconf.awk b/distrib/miniroot/makeconf.awk
index 549852219c3..74c830e3492 100644
--- a/distrib/miniroot/makeconf.awk
+++ b/distrib/miniroot/makeconf.awk
@@ -1,4 +1,4 @@
-# $OpenBSD: makeconf.awk,v 1.27 2019/04/28 16:14:48 deraadt Exp $
+# $OpenBSD: makeconf.awk,v 1.28 2019/06/07 14:38:42 deraadt Exp $
#
# generate crunchgen(1) configuration file from `list' spec.
@@ -6,7 +6,7 @@
BEGIN {
printf("#\n# This file is automatically generated by `makeconf'\n#\n\n");
- libs = "libs -lstubs -lutil -lm -ltls -lssl -lcrypto -levent -lc";
+ libs = "libs -lstubs -lutil -lm -ltls -lssl -lcrypto -levent -lc -lz";
}
$1 == "LIBS" {