aboutsummaryrefslogtreecommitdiffstats
path: root/util/srv.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--util/srv.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/util/srv.c b/util/srv.c
index a00119dde..e146237b7 100644
--- a/util/srv.c
+++ b/util/srv.c
@@ -251,3 +251,9 @@ main(int argc,char *argv[])
return 0;
}
#endif /* TEST */
+
+/*
+Local Variables:
+compile-command: "cc -DTEST -I.. -I../include -Wall -g -o srv srv.c -lresolv libutil.a"
+End:
+*/