Deleted Added
full compact
2c2
< # $FreeBSD: head/lib/libc/string/Makefile.inc 104443 2002-10-04 03:18:26Z tjr $
---
> # $FreeBSD: head/lib/libc/string/Makefile.inc 107052 2002-11-18 09:50:57Z ru $
4c4
< .PATH: ${.CURDIR}/../libc/${MACHINE_ARCH}/string ${.CURDIR}/../libc/string
---
> .PATH: ${.CURDIR}/${MACHINE_ARCH}/string ${.CURDIR}/string
6c6
< CFLAGS+= -I${.CURDIR}/../libc/locale
---
> CFLAGS+= -I${.CURDIR}/locale
24,25c24,25
< .if exists(${.CURDIR}/../libc/${MACHINE_ARCH}/string/Makefile.inc)
< .include "${.CURDIR}/../libc/${MACHINE_ARCH}/string/Makefile.inc"
---
> .if exists(${.CURDIR}/${MACHINE_ARCH}/string/Makefile.inc)
> .include "${.CURDIR}/${MACHINE_ARCH}/string/Makefile.inc"
28d27
< .if ${LIB} == "c"
57d55
< .endif