summaryrefslogtreecommitdiff
path: root/gnu/lib/libregex/Makefile
diff options
context:
space:
mode:
authorJ.T. Conklin <jtc@FreeBSD.org>1993-07-30 20:16:53 +0000
committerJ.T. Conklin <jtc@FreeBSD.org>1993-07-30 20:16:53 +0000
commit6eefa612a977ece8f5e118392b27413260cb6996 (patch)
treee01cf2a5cc6062467dbb628a7beef06eaa39845d /gnu/lib/libregex/Makefile
parentff5c17099b72eefef1c4274236e4c3e1f344437f (diff)
Notes
Diffstat (limited to 'gnu/lib/libregex/Makefile')
-rw-r--r--gnu/lib/libregex/Makefile12
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>