summaryrefslogtreecommitdiffstats
path: root/src/windows/makefile
diff options
context:
space:
mode:
authorRichard Basch <probe@mit.edu>1997-02-06 02:31:41 +0000
committerRichard Basch <probe@mit.edu>1997-02-06 02:31:41 +0000
commita0b9ce4bee60136363cfff7a93c4e42eab972c02 (patch)
tree400984337fe3766653ff4cc2cb6b7d3d7f87f3f4 /src/windows/makefile
parenta9266b1dec31de9f33b0d032b885edd377a23ee5 (diff)
downloadkrb5-a0b9ce4bee60136363cfff7a93c4e42eab972c02.tar.gz
krb5-a0b9ce4bee60136363cfff7a93c4e42eab972c02.tar.xz
krb5-a0b9ce4bee60136363cfff7a93c4e42eab972c02.zip
Windows/NT integration (V1_0_WIN32_BRANCH merge)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9788 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows/makefile')
-rw-r--r--src/windows/makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/windows/makefile b/src/windows/makefile
deleted file mode 100644
index 059b60b64..000000000
--- a/src/windows/makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-#
-# Makefile that recurses into cns subdirectory.
-#
-all::
- @echo Making in windows\cns
- cd cns
- -$(MAKE) -$(MAKEFLAGS) LIBCMD=$(LIBCMD)
- @echo Making in windows\wintel
- cd ..\wintel
- -$(MAKE) -$(MAKEFLAGS) LIBCMD=$(LIBCMD)
- @echo Making in windows\gss
- cd ..\gss
- -$(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
- @echo Making clean in windows\gss
- cd ..\gss
- -$(MAKE) -$(MAKEFLAGS) clean
- cd ..
-