diff options
author | ache <ache@FreeBSD.org> | 1994-10-09 09:27:55 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1994-10-09 09:27:55 +0000 |
commit | eb3b7db32ddd17f7ead15ccef9a7693b230256e4 (patch) | |
tree | 8c8b417b8bad820e39c98ff9935d2b1ad00e42e0 /lib/ncurses | |
parent | 54e9286d067242470236f29f98b5f02d03488791 (diff) | |
download | FreeBSD-src-eb3b7db32ddd17f7ead15ccef9a7693b230256e4.zip FreeBSD-src-eb3b7db32ddd17f7ead15ccef9a7693b230256e4.tar.gz |
Add copyright.c to be always linked in
Diffstat (limited to 'lib/ncurses')
-rw-r--r-- | lib/ncurses/ncurses/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/ncurses/ncurses/Makefile b/lib/ncurses/ncurses/Makefile index a5c2911..edbac1a 100644 --- a/lib/ncurses/ncurses/Makefile +++ b/lib/ncurses/ncurses/Makefile @@ -1,3 +1,6 @@ +# Makefile for ncurses +# $Id$ + LIB= ncurses INCDIR= /usr/include CFLAGS+= -Wall -DMYTINFO -DTERMIOS -DGOOD_SELECT -DBSDTABS @@ -11,7 +14,7 @@ SRCS= lib_kernel.c lib_pad.c\ lib_box.c lib_clear.c lib_delch.c lib_deleteln.c lib_insch.c \ lib_insertln.c lib_getstr.c lib_mvwin.c lib_longname.c lib_tstp.c \ lib_newterm.c lib_set_term.c lib_overlay.c lib_scrreg.c lib_color.c \ - lib_insstr.c lib_insdel.c lib_twait.c + lib_insstr.c lib_insdel.c lib_twait.c copyright.c CLEANFILES+= lib_keyname.c ${.CURDIR}/keys.tries beforedepend: ${.CURDIR}/keys.tries |