summaryrefslogtreecommitdiff
path: root/netsvcs/clients/Naming/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'netsvcs/clients/Naming/Makefile')
-rw-r--r--netsvcs/clients/Naming/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/netsvcs/clients/Naming/Makefile b/netsvcs/clients/Naming/Makefile
new file mode 100644
index 00000000000..db15cce1cf5
--- /dev/null
+++ b/netsvcs/clients/Naming/Makefile
@@ -0,0 +1,25 @@
+#----------------------------------------------------------------------------
+# @(#)Makefile 1.1 10/18/96
+#
+# Makefile for the Name Server test applications
+#----------------------------------------------------------------------------
+
+#----------------------------------------------------------------------------
+# Local macros
+#----------------------------------------------------------------------------
+
+INFO = README
+
+DIRS = Client \
+ Dump_Restore
+
+#----------------------------------------------------------------------------
+# Include macros and targets
+#----------------------------------------------------------------------------
+
+include $(WRAPPER_ROOT)/include/makeinclude/wrapper_macros.GNU
+include $(WRAPPER_ROOT)/include/makeinclude/macros.GNU
+include $(WRAPPER_ROOT)/include/makeinclude/rules.common.GNU
+include $(WRAPPER_ROOT)/include/makeinclude/rules.nested.GNU
+include $(WRAPPER_ROOT)/include/makeinclude/rules.nolocal.GNU
+