diff options
| author | Nate Williams <nate@FreeBSD.org> | 1995-03-27 20:23:11 +0000 |
|---|---|---|
| committer | Nate Williams <nate@FreeBSD.org> | 1995-03-27 20:23:11 +0000 |
| commit | 6fc818e63f54f91fa7b8d3730fdcd46e81e70768 (patch) | |
| tree | 65ca00d382b92674e2cfe6a565e492e1032bfd6d | |
| parent | 19c66761c733d1ac803e3261018ce5f57b577638 (diff) | |
Notes
| -rw-r--r-- | lib/libc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile index 2edccc4d5ac8..75c7d020b86b 100644 --- a/lib/libc/Makefile +++ b/lib/libc/Makefile @@ -6,6 +6,8 @@ # from CFLAGS below. To remove these strings from just the system call # stubs, remove just -DSYSLIBC_RCS from CFLAGS. LIB=c +SHLIB_MAJOR= 2 +SHLIB_MINOR= 1 CFLAGS+=-DLIBC_RCS -DSYSLIBC_RCS AINC= -I${.CURDIR}/${MACHINE} CLEANFILES+=tags |
