summaryrefslogtreecommitdiff
path: root/gnu/lib/libregex/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/lib/libregex/Makefile')
-rw-r--r--gnu/lib/libregex/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/gnu/lib/libregex/Makefile b/gnu/lib/libregex/Makefile
new file mode 100644
index 000000000000..0fab747c7ed0
--- /dev/null
+++ b/gnu/lib/libregex/Makefile
@@ -0,0 +1,11 @@
+# $Header: /home/cvs/386BSD/src/gnu/lib/libregex/Makefile,v 1.6 1994/01/29 20:20:51 nate Exp $
+
+SHLIB_MAJOR=1
+SHLIB_MINOR=0
+
+LIB= gnuregex
+CFLAGS+=-DHAVE_STRING_H=1
+SRCS= regex.c
+NOMAN= noman
+
+.include <bsd.lib.mk>