diff options
author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1994-01-30 01:03:16 +0000 |
---|---|---|
committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1994-01-30 01:03:16 +0000 |
commit | 984de365e71584b9877a2e5a75919aa073cd2aeb (patch) | |
tree | 9bd6c97aec64a3b4d14f71a32bda176726ed10c1 /gnu/lib/Makefile.inc | |
parent | 3f6a562175d9f466af53cffa50b11ce76495e307 (diff) |
Update for new organization of gnu tree.
Notes
Notes:
svn path=/head/; revision=1042
Diffstat (limited to 'gnu/lib/Makefile.inc')
-rw-r--r-- | gnu/lib/Makefile.inc | 4 |
1 files changed, 4 insertions, 0 deletions
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 |