diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-01-16 17:56:20 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-01-16 17:56:20 +0000 |
| commit | 23a4e9ded7a7cdf605bcb5dd00b9336ac13fa7b1 (patch) | |
| tree | 1abb6dc19a5b333fec985a9635567669560afcfa /gnu/lib/libregex | |
| parent | 98f978a585331a92a4e3ce1066de1ffd1cc72480 (diff) | |
Notes
Diffstat (limited to 'gnu/lib/libregex')
| -rw-r--r-- | gnu/lib/libregex/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/lib/libregex/Makefile b/gnu/lib/libregex/Makefile index 72516e5c8b68..9ced33f13b26 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 |
