diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-03-05 01:46:20 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-03-05 01:46:20 +0000 |
commit | 1245baf5c79d4e536b1b85ee1c59f4d4d5881a67 (patch) | |
tree | 7fdc6f8cd3a2778cac25d3cb56514957cf340361 /distrib | |
parent | 0b7ab80037e73c21d00c0084b24b9e201fdfa441 (diff) |
link with -lotermcap, not -ltermcap (which is ncurses)
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/alpha/ramdisk/raminst.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/alpha/ramdisk/raminst.conf b/distrib/alpha/ramdisk/raminst.conf index b10afac8dc6..904eaa6fbba 100644 --- a/distrib/alpha/ramdisk/raminst.conf +++ b/distrib/alpha/ramdisk/raminst.conf @@ -1,5 +1,5 @@ # -# $OpenBSD: raminst.conf,v 1.14 1998/09/24 21:05:57 deraadt Exp $ +# $OpenBSD: raminst.conf,v 1.15 1999/03/05 01:46:19 millert Exp $ # # ram.conf - unified binary for the RAM disk # @@ -26,4 +26,4 @@ ln reboot halt ln pax tar ln pax cpio -libs -lutil -ltermcap -lm +libs -lutil -lotermcap -lm |