summaryrefslogtreecommitdiffstats
path: root/src/windows/makefile
diff options
context:
space:
mode:
authorKeith Vetter <keithv@fusion.com>1995-03-28 04:59:14 +0000
committerKeith Vetter <keithv@fusion.com>1995-03-28 04:59:14 +0000
commit98698e0a14beac3cf0f9a392cd1f7e5c6b493d1d (patch)
treefa0cdd6f774df95c310fe7aea51caa6bfc08cb73 /src/windows/makefile
parent059d65ed7ce4b97b714dc026528978d47fd7783a (diff)
Added windows/wintel directory
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5280 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows/makefile')
-rw-r--r--src/windows/makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/windows/makefile b/src/windows/makefile
index 3ac5a7f02..1fef7f0a1 100644
--- a/src/windows/makefile
+++ b/src/windows/makefile
@@ -5,11 +5,17 @@ all::
@echo Making in windows\cns
cd cns
-$(MAKE) -$(MAKEFLAGS) LIBCMD=$(LIBCMD)
+ @echo Making in windows\wintel
+ cd wintel
+ -$(MAKE) -$(MAKEFLAGS) LIBCMD=$(LIBCMD)
cd ..
clean::
@echo Making clean in windows\cns
cd cns
-$(MAKE) -$(MAKEFLAGS) clean
+ @echo Making clean in windows\wintel
+ cd wintel
+ -$(MAKE) -$(MAKEFLAGS) clean
cd ..