projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5660eb
)
Adding files to newley created windows directory
author
Keith Vetter
<keithv@fusion.com>
Wed, 22 Mar 1995 20:15:00 +0000
(20:15 +0000)
committer
Keith 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]
patch
|
blob
diff --git a/src/windows/makefile
b/src/windows/makefile
new file mode 100644
(file)
index 0000000..
3ac5a7f
--- /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 ..
+