diff options
author | ru <ru@FreeBSD.org> | 2003-07-01 15:07:01 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2003-07-01 15:07:01 +0000 |
commit | 38009c82b295fbef7d635854a1591c4f95e6074c (patch) | |
tree | f86961656f96cdac4163081a64f3d578190037a9 /lib/libcompat | |
parent | c81d6d72070d973c221093542cdcd427ccb47918 (diff) | |
download | FreeBSD-src-38009c82b295fbef7d635854a1591c4f95e6074c.zip FreeBSD-src-38009c82b295fbef7d635854a1591c4f95e6074c.tar.gz |
Axe AINC.
Submitted by: bde
Diffstat (limited to 'lib/libcompat')
-rw-r--r-- | lib/libcompat/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libcompat/Makefile b/lib/libcompat/Makefile index 17abf90..5cac818 100644 --- a/lib/libcompat/Makefile +++ b/lib/libcompat/Makefile @@ -3,7 +3,6 @@ LIB=compat CFLAGS+=-DLIBC_SCCS -DSYSLIBC_SCCS -I${.CURDIR}/../libc/locale -AINC= -I${.CURDIR}/../libc/${MACHINE_ARCH} NOPIC= .PATH: ${.CURDIR}/4.1/${MACHINE_ARCH} ${.CURDIR}/4.1 \ |