diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-07-24 00:11:12 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-07-24 00:11:12 +0000 |
commit | 7c5db15603132b9f94a11af57c5a56b205c0eaff (patch) | |
tree | 47384a9485fd95c587188df50a275d708da17fa4 /sys | |
parent | 8a2ab60466cbd2986529c0e969ebfa5a622a5aa7 (diff) |
-lcurses, not termcap/termlib
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/isa/pcvt/Util/fed/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/i386/isa/pcvt/Util/fed/Makefile b/sys/arch/i386/isa/pcvt/Util/fed/Makefile index 195caf54b41..46e1013a32d 100644 --- a/sys/arch/i386/isa/pcvt/Util/fed/Makefile +++ b/sys/arch/i386/isa/pcvt/Util/fed/Makefile @@ -1,5 +1,5 @@ PROG= fed SRCS= fed.c select.c edit.c misc.c -LDADD= -lcurses -ltermlib +LDADD= -lcurses .include <bsd.prog.mk> |