summaryrefslogtreecommitdiff
path: root/usr.bin/make/targequiv.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/make/targequiv.h')
-rw-r--r--usr.bin/make/targequiv.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/usr.bin/make/targequiv.h b/usr.bin/make/targequiv.h
new file mode 100644
index 00000000000..bb094152da0
--- /dev/null
+++ b/usr.bin/make/targequiv.h
@@ -0,0 +1,8 @@
+#ifndef TARGEQUIV_H
+#define TARGEQUIV_H
+extern void look_harder_for_target(GNode *);
+extern void Targ_setdirs(const char *, const char *);
+extern bool is_sibling(GNode *, GNode *);
+extern void kludge_look_harder_for_target(GNode *);
+
+#endif