summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 f1b250584dc..e1cdba40132 100644
--- a/distrib/miniroot/makeconf.awk
+++ b/distrib/miniroot/makeconf.awk
@@ -1,4 +1,4 @@
-# $OpenBSD: makeconf.awk,v 1.7 1998/08/14 15:30:25 millert Exp $
+# $OpenBSD: makeconf.awk,v 1.8 2002/04/30 03:23:44 deraadt 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");
- printf("\nlibs -ledit -lutil -lcurses -ll -lm -lkvm -lz -lkrb -ldes\n");
+ printf("\nlibs -lutil -lotermcap -ll -lm -lkrb -ldes\n");
}