diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-12-21 09:33:47 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-12-21 09:33:47 +0000 |
| commit | ab7a294721dd609f58c50a79dbe9452526899d59 (patch) | |
| tree | dcfb6380484a67e96d7ddeee0502d82b9078ed14 /lib/libcompat | |
| parent | 07736e20e93c9a98de654927c637dd89da236bb1 (diff) | |
Notes
Diffstat (limited to 'lib/libcompat')
| -rw-r--r-- | lib/libcompat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcompat/Makefile b/lib/libcompat/Makefile index 5cac818927c4..b9b174daa89a 100644 --- a/lib/libcompat/Makefile +++ b/lib/libcompat/Makefile @@ -3,7 +3,7 @@ LIB=compat CFLAGS+=-DLIBC_SCCS -DSYSLIBC_SCCS -I${.CURDIR}/../libc/locale -NOPIC= +NO_PIC= .PATH: ${.CURDIR}/4.1/${MACHINE_ARCH} ${.CURDIR}/4.1 \ ${.CURDIR}/4.3/${MACHINE_ARCH} ${.CURDIR}/4.3 \ |
