summaryrefslogtreecommitdiff
path: root/gnu/lib
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1994-01-30 01:03:16 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1994-01-30 01:03:16 +0000
commit984de365e71584b9877a2e5a75919aa073cd2aeb (patch)
tree9bd6c97aec64a3b4d14f71a32bda176726ed10c1 /gnu/lib
parent3f6a562175d9f466af53cffa50b11ce76495e307 (diff)
Notes
Diffstat (limited to 'gnu/lib')
-rw-r--r--gnu/lib/Makefile5
-rw-r--r--gnu/lib/Makefile.inc4
2 files changed, 9 insertions, 0 deletions
diff --git a/gnu/lib/Makefile b/gnu/lib/Makefile
new file mode 100644
index 000000000000..32eaa297ac55
--- /dev/null
+++ b/gnu/lib/Makefile
@@ -0,0 +1,5 @@
+# $Id$
+
+SUBDIR= libg++ libmalloc libregex
+
+.include <bsd.subdir.mk>
diff --git a/gnu/lib/Makefile.inc b/gnu/lib/Makefile.inc
new file mode 100644
index 000000000000..92bc9cc1a1dd
--- /dev/null
+++ b/gnu/lib/Makefile.inc
@@ -0,0 +1,4 @@
+# $Id$
+
+SHLIB_MAJOR?= 1
+SHLIB_MINOR?= 0