summaryrefslogtreecommitdiffstats
path: root/src/lib/ccapi/NTMakefile
diff options
context:
space:
mode:
authorSam Hartman <hartmans@mit.edu>2006-10-21 20:20:30 +0000
committerSam Hartman <hartmans@mit.edu>2006-10-21 20:20:30 +0000
commitfaa68ad5ae7d1504b8be9e8a7bedb0b6e533d3cd (patch)
tree314105a642beca7c1117bd24b069719e37ac3b35 /src/lib/ccapi/NTMakefile
parentc1c08a16cde35a876a8c7fd36470cc7a1f2536c3 (diff)
downloadkrb5-faa68ad5ae7d1504b8be9e8a7bedb0b6e533d3cd.tar.gz
krb5-faa68ad5ae7d1504b8be9e8a7bedb0b6e533d3cd.tar.xz
krb5-faa68ad5ae7d1504b8be9e8a7bedb0b6e533d3cd.zip
Delete src/lib/ccapi.
The ccapi shipped in 1.6 will not be based off this code and will live in src/ccapi. It will be copied onto the trunk and branch when ready, but this code is being removed before the branch cut. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18731 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/ccapi/NTMakefile')
-rw-r--r--src/lib/ccapi/NTMakefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/lib/ccapi/NTMakefile b/src/lib/ccapi/NTMakefile
deleted file mode 100644
index 57c42e337..000000000
--- a/src/lib/ccapi/NTMakefile
+++ /dev/null
@@ -1,25 +0,0 @@
-CD = cd
-
-all:
- $(CD) common
- $(MAKE) -f NTMakefile all
- $(CD) ../client
- $(MAKE) -f NTMakefile all
- $(CD) ../server
- $(MAKE) -f NTMakefile all
- $(CD) ../windows
- $(MAKE) -f NTMakefile all
- $(CD) ..
-
-clean:
- $(CD) common
- $(MAKE) -f NTMakefile clean
- $(CD) ../client
- $(MAKE) -f NTMakefile clean
- $(CD) ../server
- $(MAKE) -f NTMakefile clean
- $(CD) ../windows
- $(MAKE) -f NTMakefile clean
- $(CD) ..
-
-