summaryrefslogtreecommitdiffstats
path: root/src/windows
diff options
context:
space:
mode:
authorKeith Vetter <keithv@fusion.com>1995-03-22 20:15:00 +0000
committerKeith Vetter <keithv@fusion.com>1995-03-22 20:15:00 +0000
commit43e4214cf96717848a5b68b970eaab83f80591da (patch)
tree1c825ac6052489a8fd0d3a0aa8419991c857efaf /src/windows
parente5660eb769270f17d6f2f39fb5c1c56841929dd5 (diff)
downloadkrb5-43e4214cf96717848a5b68b970eaab83f80591da.tar.gz
krb5-43e4214cf96717848a5b68b970eaab83f80591da.tar.xz
krb5-43e4214cf96717848a5b68b970eaab83f80591da.zip
Adding files to newley created windows directory
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5188 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows')
-rw-r--r--src/windows/makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/windows/makefile b/src/windows/makefile
new file mode 100644
index 0000000000..3ac5a7f025
--- /dev/null
+++ b/src/windows/makefile
@@ -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 ..
+