diff options
Diffstat (limited to 'share/doc/Makefile')
-rw-r--r-- | share/doc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/share/doc/Makefile b/share/doc/Makefile index 6f2742a..5ed5228 100644 --- a/share/doc/Makefile +++ b/share/doc/Makefile @@ -1,9 +1,11 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/5/93 # $FreeBSD$ +.include <bsd.own.mk> + SUBDIR= ${_bind9} IPv6 papers psd smm usd -.if !defined(NO_BIND) +.if ${MK_BIND} != "no" _bind9= bind9 .endif |