diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-04-17 23:02:43 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-04-17 23:02:43 +0000 |
commit | f9bd5e9c7df3594362165bb545dd1de258882ea1 (patch) | |
tree | b6a9d2e45483a5c64d709f70adf8dbf43a6eb1c3 /distrib | |
parent | 635f782411e4381d7ca3aeab4803c2ce41ec77b0 (diff) |
-lcompat too
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/miniroot/makeconf.awk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/miniroot/makeconf.awk b/distrib/miniroot/makeconf.awk index 03b2645cf5b..889244a4c7e 100644 --- a/distrib/miniroot/makeconf.awk +++ b/distrib/miniroot/makeconf.awk @@ -1,4 +1,4 @@ -# $OpenBSD: makeconf.awk,v 1.9 2002/05/24 13:19:48 markus Exp $ +# $OpenBSD: makeconf.awk,v 1.10 2003/04/17 23:02:42 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"); - libs = "libs -lutil -lotermcap -ll -lm -lkrb -ldes"; + libs = "libs -lutil -lotermcap -ll -lm -lkrb -ldes -lcompat"; } $1 == "LIBS" { |