summaryrefslogtreecommitdiffstats
path: root/gnu/lib
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-01-16 17:56:20 +0000
committerache <ache@FreeBSD.org>1995-01-16 17:56:20 +0000
commit801ab1baf755ffba7cd3d0a1e8c34ae8f3715186 (patch)
tree1abb6dc19a5b333fec985a9635567669560afcfa /gnu/lib
parentdd627db19f81ac273debc803fb1bed527bb9845b (diff)
downloadFreeBSD-src-801ab1baf755ffba7cd3d0a1e8c34ae8f3715186.zip
FreeBSD-src-801ab1baf755ffba7cd3d0a1e8c34ae8f3715186.tar.gz
Add doc to SUBDIR
Diffstat (limited to 'gnu/lib')
-rw-r--r--gnu/lib/libreadline/Makefile4
-rw-r--r--gnu/lib/libregex/Makefile4
2 files changed, 6 insertions, 2 deletions
diff --git a/gnu/lib/libreadline/Makefile b/gnu/lib/libreadline/Makefile
index f1eb665..8c150f3 100644
--- a/gnu/lib/libreadline/Makefile
+++ b/gnu/lib/libreadline/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.16 1994/11/01 17:32:46 ache Exp $
+# $Id: Makefile,v 1.17 1994/12/06 03:15:02 ache Exp $
CFLAGS+= -I${.CURDIR} -DVOID_SIGHANDLER -DHAVE_CONFIG_H
@@ -12,6 +12,8 @@ MAN3= readline.3
DPADD+= $(LIBTERMCAP)
LDADD+= -ltermcap
+SUBDIR+= doc
+
beforeinstall:
@-if [ ! -d ${DESTDIR}/usr/include/readline ]; then \
mkdir ${DESTDIR}/usr/include/readline; \
diff --git a/gnu/lib/libregex/Makefile b/gnu/lib/libregex/Makefile
index 72516e5..9ced33f 100644
--- a/gnu/lib/libregex/Makefile
+++ b/gnu/lib/libregex/Makefile
@@ -1,4 +1,4 @@
-# $Header: /home/ncvs/src/gnu/lib/libregex/Makefile,v 1.9 1994/09/15 19:52:50 bde Exp $
+# $Header: /home/ncvs/src/gnu/lib/libregex/Makefile,v 1.11 1995/01/11 06:12:01 ache Exp $
LIB= gnuregex
@@ -6,6 +6,8 @@ CFLAGS+=-I${.CURDIR} -DHAVE_STRING_H=1 -DSTDC_HEADERS=1
SRCS= regex.c
NOMAN= noman
+SUBDIR+= doc
+
afterinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
${.CURDIR}/regex.h ${DESTDIR}/usr/include/gnuregex.h
OpenPOWER on IntegriCloud