diff options
author | wollman <wollman@FreeBSD.org> | 1994-08-05 01:42:04 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1994-08-05 01:42:04 +0000 |
commit | ac2dffffafe52414d564c94ac3362c436da68b52 (patch) | |
tree | 8169677f19626948baf8d96a54c8c8cc25bd46d3 /lib/libcurses | |
parent | e017c781cac0ce8879390a958837f07f3ae09f36 (diff) | |
download | FreeBSD-src-ac2dffffafe52414d564c94ac3362c436da68b52.zip FreeBSD-src-ac2dffffafe52414d564c94ac3362c436da68b52.tar.gz |
Make it work with our make macros.
Diffstat (limited to 'lib/libcurses')
-rw-r--r-- | lib/libcurses/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libcurses/Makefile b/lib/libcurses/Makefile index 06de56b..ea36d53 100644 --- a/lib/libcurses/Makefile +++ b/lib/libcurses/Makefile @@ -1,4 +1,5 @@ -# @(#)Makefile 8.2 (Berkeley) 1/2/94 +# From: @(#)Makefile 8.2 (Berkeley) 1/2/94 +# $Id$ CFLAGS+=#-DTFILE=\"/dev/ttyp0\" CFLAGS+=-D_CURSES_PRIVATE -I${.CURDIR} @@ -9,7 +10,7 @@ SRCS= addbytes.c addch.c addnstr.c box.c clear.c clrtobot.c clrtoeol.c \ insch.c insertln.c longname.c move.c mvwin.c newwin.c overlay.c \ overwrite.c printw.c putchar.c refresh.c scanw.c scroll.c setterm.c \ standout.c toucholap.c touchwin.c tscroll.c tstp.c tty.c unctrl.c -MAN3= curses.0 +MAN3= curses.3 beforeinstall: -cd ${.CURDIR}; cmp -s curses.h ${DESTDIR}/usr/include/curses.h > \ |