summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1996-08-30 18:33:31 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1996-08-30 18:33:31 +0000
commitc86058f16c543f4790dee7a6b1051fc79dd02665 (patch)
treea90d3e04753885edf585a46926d7bc4729cc78ac
parente1889269a7da430d7dc64cdd39377d396fb01b1f (diff)
Notes
-rw-r--r--gnu/lib/libreadline/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/lib/libreadline/Makefile b/gnu/lib/libreadline/Makefile
index 116c42c50932..de4e97614c63 100644
--- a/gnu/lib/libreadline/Makefile
+++ b/gnu/lib/libreadline/Makefile
@@ -1,8 +1,8 @@
-# $Id: Makefile,v 1.21 1995/08/06 12:22:57 bde Exp $
+# $Id: Makefile,v 1.22 1996/08/30 02:13:06 peter Exp $
CFLAGS+= -I${.CURDIR} -DVOID_SIGHANDLER -DHAVE_CONFIG_H \
- -DHAVE_STDLIB_H -DHAVE_UNISTD_H
+ -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1
LIB= readline
SHLIB_MAJOR= 3