summary refs log tree commit diff stats
path: root/plugins/makefile.mak
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/makefile.mak')
-rw-r--r--plugins/makefile.mak4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/makefile.mak b/plugins/makefile.mak
index 07205ab4..19b3cb75 100644
--- a/plugins/makefile.mak
+++ b/plugins/makefile.mak
@@ -3,6 +3,8 @@ all:
 	@-$(MAKE) /nologo /s /f makefile.mak $@
 	@cd ..\gtkpref
 	@-$(MAKE) /nologo /s /f makefile.mak $@
+	@cd ..\dns
+	@-$(MAKE) /nologo /s /f makefile.mak $@
 	@cd ..\doat
 	@-$(MAKE) /nologo /s /f makefile.mak $@
 	@cd ..\exec
@@ -37,6 +39,8 @@ clean:
 	@-$(MAKE) /nologo /s /f makefile.mak clean $@
 	@cd ..\gtkpref
 	@-$(MAKE) /nologo /s /f makefile.mak clean $@
+	@cd ..\dns
+	@-$(MAKE) /nologo /s /f makefile.mak clean $@
 	@cd ..\doat
 	@-$(MAKE) /nologo /s /f makefile.mak clean $@
 	@cd ..\exec