diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1994-05-11 15:49:43 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1994-05-11 15:49:43 +0000 |
| commit | aec37cc797f7336e8b472ba9c248efd11f20878d (patch) | |
| tree | 15fb3e0e5ab0a253053fc20461e1c2a75bb8ad1d /gnu/lib/libreadline/Makefile | |
| parent | b276b1cd0d6eadaf432b18e7329a1b196bc19c7b (diff) | |
Notes
Diffstat (limited to 'gnu/lib/libreadline/Makefile')
| -rw-r--r-- | gnu/lib/libreadline/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/lib/libreadline/Makefile b/gnu/lib/libreadline/Makefile index e8d6f9fb4d46..a0d47e6db08f 100644 --- a/gnu/lib/libreadline/Makefile +++ b/gnu/lib/libreadline/Makefile @@ -1,11 +1,11 @@ -# $Id: Makefile,v 1.4 1994/05/09 23:23:40 ache Exp $ +# $Id: Makefile,v 1.5 1994/05/11 15:11:01 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 \ - -DVI_MODE -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp + -DHAVE_UNISTD_H -DHAVE_STRING_H -DHAVE_STDLIB_H -DHAVE_VARARGS_H \ + -DVISIBLE_STATS -DVI_MODE -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp LIB= readline SRCS+= readline.c funmap.c keymaps.c vi_mode.c parens.c \ |
