summary refs log tree commit diff stats
path: root/plugins/makefile.mak
diff options
context:
space:
mode:
authorBerke Viktor <berkeviktor@aol.com>2012-01-20 05:43:13 +0100
committerBerke Viktor <berkeviktor@aol.com>2012-01-20 05:43:13 +0100
commitbfee90f11c9766808a0c7decccc3289d4764019f (patch)
treeebdb69373da6658e5af2e49fb2acebc35e0b748a /plugins/makefile.mak
parent8f4987a33c7042c3ddb72619bbd1f6f787ee751d (diff)
add DNS plugin
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