Sync with the new ipfw3 version.
[ipfw.git] / original_passthru / makefile
diff --git a/original_passthru/makefile b/original_passthru/makefile
new file mode 100644 (file)
index 0000000..c6c9e94
--- /dev/null
@@ -0,0 +1,22 @@
+#\r
+# DO NOT EDIT THIS FILE!!!  Edit .\sources. if you want to add a new source\r
+# file to this component.  This file merely indirects to the real make file\r
+# that is shared by all the components of NT\r
+#\r
+\r
+#!INCLUDE $(NTMAKEENV)\makefile.def\r
+\r
+\r
+!IF DEFINED(_NT_TARGET_VERSION)\r
+!      IF $(_NT_TARGET_VERSION)>=0x501\r
+!              INCLUDE $(NTMAKEENV)\makefile.def\r
+!      ELSE\r
+#               Only warn once per directory\r
+!               INCLUDE $(NTMAKEENV)\makefile.plt\r
+!               IF "$(BUILD_PASS)"=="PASS1"\r
+!                  message BUILDMSG: Warning : The sample "$(MAKEDIR)" is not valid for the current OS target.\r
+!               ENDIF\r
+!      ENDIF\r
+!ELSE\r
+!      INCLUDE $(NTMAKEENV)\makefile.def\r
+!ENDIF\r