diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1996-09-05 17:16:10 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1996-09-05 17:16:10 +0000 |
| commit | 5b963fa12e8baf1eb6f491cfee6b7849d0aa1dba (patch) | |
| tree | 235e8fcbe852dee096eebfd2c176b6d10c0afa2c /lib/libncurses | |
| parent | de6669b2e213f787bd1accbabe263e199b35066f (diff) | |
Notes
Diffstat (limited to 'lib/libncurses')
| -rw-r--r-- | lib/libncurses/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libncurses/Makefile b/lib/libncurses/Makefile index dd32bad85c7e..ae392838cb25 100644 --- a/lib/libncurses/Makefile +++ b/lib/libncurses/Makefile @@ -1,5 +1,5 @@ # Makefile for ncurses -# $Id: Makefile,v 1.17 1996/08/26 09:25:20 peter Exp $ +# $Id: Makefile,v 1.18 1996/08/30 01:58:36 peter Exp $ LIB= ncurses SHLIB_MAJOR= 3 @@ -16,7 +16,8 @@ SRCS= lib_kernel.c lib_pad.c lib_bkgd.c \ lib_insstr.c lib_insdel.c lib_twait.c lib_window.c copyright.c CFLAGS+= -I. -I${.CURDIR} -Wall -DMYTINFO -LDADD+= -lmytinfo +DPADD= ${LIBMYTINFO} +LDADD= -lmytinfo CLEANFILES+= lib_keyname.c keys.tries |
