summaryrefslogtreecommitdiffstats
path: root/private/ntos/ndis/madge/driver/makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--private/ntos/ndis/madge/driver/makefile7
-rw-r--r--private/ntos/ndis/madge/driver/makefile.inc5
2 files changed, 12 insertions, 0 deletions
diff --git a/private/ntos/ndis/madge/driver/makefile b/private/ntos/ndis/madge/driver/makefile
new file mode 100644
index 000000000..9481f22cd
--- /dev/null
+++ b/private/ntos/ndis/madge/driver/makefile
@@ -0,0 +1,7 @@
+#
+# DO NOT EDIT THIS FILE!!! Edit .\sources. if you want to add a new source
+# file to this component. This file merely indirects to the real make file
+# that is shared by all the components of NT
+#
+
+!INCLUDE $(NTMAKEENV)\makefile.def
diff --git a/private/ntos/ndis/madge/driver/makefile.inc b/private/ntos/ndis/madge/driver/makefile.inc
new file mode 100644
index 000000000..6eba30160
--- /dev/null
+++ b/private/ntos/ndis/madge/driver/makefile.inc
@@ -0,0 +1,5 @@
+mdgmport.bin: $(TARGETEXEFILES)
+ chmode -r mdgmport.bin
+ binplace mdgmport.bin
+ touch mdgmport.bin
+ chmode +r mdgmport.bin