summaryrefslogtreecommitdiff
path: root/distrib/miniroot
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2017-03-11 04:09:33 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2017-03-11 04:09:33 +0000
commitf7679f33d65eba075589031129c217067be05f05 (patch)
treea9543d4d22328a78e1f5ebd896a0ea05414ef8c0 /distrib/miniroot
parentd2f38f5e24515457426fad5ef05826d8fdbccb08 (diff)
link libraries in a more canonical form (libc at the end)
Diffstat (limited to 'distrib/miniroot')
-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 cb2d7b3eb22..b5e7fed3c40 100644
--- a/distrib/miniroot/makeconf.awk
+++ b/distrib/miniroot/makeconf.awk
@@ -1,4 +1,4 @@
-# $OpenBSD: makeconf.awk,v 1.23 2016/12/30 22:28:34 deraadt Exp $
+# $OpenBSD: makeconf.awk,v 1.24 2017/03/11 04:09:32 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 -lc -ltls -lssl -lcrypto";
+ libs = "libs -lstubs -lutil -lm -ltls -lssl -lcrypto -lc";
}
$1 == "LIBS" {