diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1994-05-11 16:30:27 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1994-05-11 16:30:27 +0000 |
| commit | 9bf8bc63118d21b06369d07b820aea1c96d403b5 (patch) | |
| tree | 8dc7c9aeebf826e1b583d2cccd9ff2f252d90f68 /gnu/lib/libreadline | |
| parent | 877fea92debff8c5b7fe541b44ff1c4dea01c43a (diff) | |
Notes
Diffstat (limited to 'gnu/lib/libreadline')
| -rw-r--r-- | gnu/lib/libreadline/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/lib/libreadline/Makefile b/gnu/lib/libreadline/Makefile index a0d47e6db08f..6271df58faa0 100644 --- a/gnu/lib/libreadline/Makefile +++ b/gnu/lib/libreadline/Makefile @@ -1,11 +1,12 @@ -# $Id: Makefile,v 1.5 1994/05/11 15:11:01 ache Exp $ +# $Id: Makefile,v 1.6 1994/05/11 15:49:41 ache Exp $ SHLIB_MAJOR=1 SHLIB_MINOR=0 CFLAGS+= -I${.CURDIR} -I${.CURDIR}/readline -DVOID_SIGHANDLER \ -DHAVE_UNISTD_H -DHAVE_STRING_H -DHAVE_STDLIB_H -DHAVE_VARARGS_H \ - -DVISIBLE_STATS -DVI_MODE -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp + -DVISIBLE_STATS -DVI_MODE -DPAREN_MATCHING \ + -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp LIB= readline SRCS+= readline.c funmap.c keymaps.c vi_mode.c parens.c \ |
