Deleted Added
full compact
2c2
< # $FreeBSD: head/libexec/Makefile 200062 2009-12-03 15:48:24Z ed $
---
> # $FreeBSD: head/libexec/Makefile 241823 2012-10-22 01:18:41Z marcel $
6c6,7
< SUBDIR= ${_atrun} \
---
> SUBDIR= ${_atf} \
> ${_atrun} \
34a36,39
> .if ${MK_ATF} != "no"
> _atf= atf
> .endif
>