diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2001-08-13 21:48:44 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2001-08-13 21:48:44 +0000 |
| commit | 2b618987fee88c4b3253d840a59f52680bfec2a6 (patch) | |
| tree | e06c967bdb858227175cd2821c4ca0634e645306 /lib/libc/Makefile | |
| parent | d55229b72ecc97075f1afcd976f8e0c1cd0d662b (diff) | |
Notes
Diffstat (limited to 'lib/libc/Makefile')
| -rw-r--r-- | lib/libc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile index cdb5011c3571..9ac83d97cf5c 100644 --- a/lib/libc/Makefile +++ b/lib/libc/Makefile @@ -9,7 +9,8 @@ LIB=c SHLIB_MAJOR= 5 SHLIB_MINOR= 0 -CFLAGS+=-DLIBC_RCS -DSYSLIBC_RCS -I${.CURDIR}/include +CFLAGS+=-DLIBC_RCS -DSYSLIBC_RCS -I${.CURDIR}/include -I${.CURDIR}/../../include +CFLAGS+=-DLIBC_MAJOR=${SHLIB_MAJOR} AINC= -I${.CURDIR}/${MACHINE_ARCH} CLEANFILES+=tags INSTALL_PIC_ARCHIVE= yes |
