Deleted Added
full compact
1c1
< # $FreeBSD: head/sys/conf/files 149494 2005-08-26 12:48:34Z takawata $
---
> # $FreeBSD: head/sys/conf/files 149968 2005-09-11 00:52:05Z obrien $
862,866c862,871
< dev/twa/tw_cl_fwimg.c optional twa
< dev/twa/tw_cl_init.c optional twa
< dev/twa/tw_cl_intr.c optional twa
< dev/twa/tw_cl_io.c optional twa
< dev/twa/tw_cl_misc.c optional twa
---
> dev/twa/tw_cl_fwimg.c optional twa \
> compile-with "${NORMAL_C} -I$S/dev/twa"
> dev/twa/tw_cl_init.c optional twa \
> compile-with "${NORMAL_C} -I$S/dev/twa"
> dev/twa/tw_cl_intr.c optional twa \
> compile-with "${NORMAL_C} -I$S/dev/twa"
> dev/twa/tw_cl_io.c optional twa \
> compile-with "${NORMAL_C} -I$S/dev/twa"
> dev/twa/tw_cl_misc.c optional twa \
> compile-with "${NORMAL_C} -I$S/dev/twa"