diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1994-08-28 21:48:11 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1994-08-28 21:48:11 +0000 |
| commit | 043e2ebbd921cbe14e63ddf6a23e4cb16f683480 (patch) | |
| tree | 097c95eb2a0f4fa781468c3663fc073801454c17 /lib/libcurses | |
| parent | f20105311324cd9998979d6302c79f7b6dc1879f (diff) | |
Notes
Diffstat (limited to 'lib/libcurses')
| -rw-r--r-- | lib/libcurses/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libcurses/Makefile b/lib/libcurses/Makefile index ea36d53d0d91..6c78516b6951 100644 --- a/lib/libcurses/Makefile +++ b/lib/libcurses/Makefile @@ -1,8 +1,9 @@ # From: @(#)Makefile 8.2 (Berkeley) 1/2/94 -# $Id$ +# $Id: Makefile,v 1.2 1994/08/05 01:38:32 wollman Exp $ CFLAGS+=#-DTFILE=\"/dev/ttyp0\" CFLAGS+=-D_CURSES_PRIVATE -I${.CURDIR} +SHARED_LDADD+= -ltermcap LIB= curses SRCS= addbytes.c addch.c addnstr.c box.c clear.c clrtobot.c clrtoeol.c \ cr_put.c ctrace.c cur_hash.c curses.c delch.c deleteln.c delwin.c \ |
