Adding files to newley created windows directory
authorKeith Vetter <keithv@fusion.com>
Wed, 22 Mar 1995 20:15:00 +0000 (20:15 +0000)
committerKeith Vetter <keithv@fusion.com>
Wed, 22 Mar 1995 20:15:00 +0000 (20:15 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5188 dc483132-0cff-0310-8789-dd5450dbe970

src/windows/makefile [new file with mode: 0644]

diff --git a/src/windows/makefile b/src/windows/makefile
new file mode 100644 (file)
index 0000000..3ac5a7f
--- /dev/null
@@ -0,0 +1,15 @@
+#
+# Makefile that recurses into cns subdirectory.
+#
+all::
+       @echo Making in windows\cns
+       cd cns
+       -$(MAKE) -$(MAKEFLAGS) LIBCMD=$(LIBCMD)
+       cd ..
+
+clean::
+       @echo Making clean in windows\cns
+       cd cns
+       -$(MAKE) -$(MAKEFLAGS) clean
+       cd ..
+