diff options
| author | J.T. Conklin <jtc@FreeBSD.org> | 1993-07-30 20:16:53 +0000 |
|---|---|---|
| committer | J.T. Conklin <jtc@FreeBSD.org> | 1993-07-30 20:16:53 +0000 |
| commit | 6eefa612a977ece8f5e118392b27413260cb6996 (patch) | |
| tree | e01cf2a5cc6062467dbb628a7beef06eaa39845d /gnu/lib/libregex/Makefile | |
| parent | ff5c17099b72eefef1c4274236e4c3e1f344437f (diff) | |
Notes
Diffstat (limited to 'gnu/lib/libregex/Makefile')
| -rw-r--r-- | gnu/lib/libregex/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gnu/lib/libregex/Makefile b/gnu/lib/libregex/Makefile new file mode 100644 index 000000000000..560e61bc87a2 --- /dev/null +++ b/gnu/lib/libregex/Makefile @@ -0,0 +1,12 @@ +# $Header: /b/source/CVS/src/gnu/lib/libregex/Makefile,v 1.2 1993/04/10 15:24:44 cgd Exp $ + +LIB= gnuregex +CFLAGS+=-DHAVE_STRING_H=1 +SRCS= regex.c +NOMAN= noman + +afterinstall: + install -c -o root -g wheel -m 444 ${.CURDIR}/regex.h \ + ${DESTDIR}/usr/include + +.include <bsd.lib.mk> |
