diff options
Diffstat (limited to 'share/examples/Makefile')
-rw-r--r-- | share/examples/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/share/examples/Makefile b/share/examples/Makefile index d3fab14..5cfd76b 100644 --- a/share/examples/Makefile +++ b/share/examples/Makefile @@ -242,6 +242,9 @@ etc-examples: .endif .if ${SHARED} != "symlinks" +.if ${MK_ATF} != "no" +SUBDIR+=atf +.endif .if ${MK_IPFILTER} != "no" SUBDIR+=ipfilter .endif |