diff options
Diffstat (limited to 'gnu/lib')
-rw-r--r-- | gnu/lib/Makefile | 5 | ||||
-rw-r--r-- | gnu/lib/Makefile.inc | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/gnu/lib/Makefile b/gnu/lib/Makefile new file mode 100644 index 0000000..32eaa29 --- /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 0000000..92bc9cc --- /dev/null +++ b/gnu/lib/Makefile.inc @@ -0,0 +1,4 @@ +# $Id$ + +SHLIB_MAJOR?= 1 +SHLIB_MINOR?= 0 |