diff options
-rw-r--r-- | dns/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dns/Makefile b/dns/Makefile index e19a255..cf96988 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -1,7 +1,8 @@ # $FreeBSD$ # - SUBDIR += zonecheck + SUBDIR += rbldnsd SUBDIR += weedns_sc + SUBDIR += zonecheck .include <bsd.port.subdir.mk> |