summaryrefslogtreecommitdiff
path: root/distrib/miniroot/makeconf.awk
diff options
context:
space:
mode:
Diffstat (limited to 'distrib/miniroot/makeconf.awk')
-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 5687c83491c..4ba2275800b 100644
--- a/distrib/miniroot/makeconf.awk
+++ b/distrib/miniroot/makeconf.awk
@@ -1,4 +1,4 @@
-# $OpenBSD: makeconf.awk,v 1.15 2005/08/04 16:35:03 espie Exp $
+# $OpenBSD: makeconf.awk,v 1.16 2010/10/15 10:18:42 jsg Exp $
# $NetBSD: makeconf.awk,v 1.3 1996/05/04 15:45:32 pk Exp $
#
@@ -7,7 +7,7 @@
BEGIN {
printf("#\n# This file is automatically generated by `makeconf'\n#\n\n");
- libs = "libs -lstubs -lutil -lotermcap -ll -lm -ldes";
+ libs = "libs -lstubs -lutil -lotermcap -ll -lm";
}
$1 == "LIBS" {