summaryrefslogtreecommitdiff
path: root/distrib/miniroot
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1998-08-14 15:30:29 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1998-08-14 15:30:29 +0000
commit209a6bcb90e34d7503b2c334d45efe7c8afb3019 (patch)
tree56b2064445a037727badb7d65e8ed59566ec55b5 /distrib/miniroot
parent181a4e93d9387e663f38c96cd90031fb37bc177d (diff)
Don't need to explicately link in with -ltermlib now that curses and termlib are merged
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 d5a6ef15f95..f1b250584dc 100644
--- a/distrib/miniroot/makeconf.awk
+++ b/distrib/miniroot/makeconf.awk
@@ -1,4 +1,4 @@
-# $OpenBSD: makeconf.awk,v 1.6 1997/05/15 00:11:13 deraadt Exp $
+# $OpenBSD: makeconf.awk,v 1.7 1998/08/14 15:30:25 millert 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 -ltermlib -ll -lm -lkvm -lz -lkrb -ldes\n");
+ printf("\nlibs -ledit -lutil -lcurses -ll -lm -lkvm -lz -lkrb -ldes\n");
}