From faa68ad5ae7d1504b8be9e8a7bedb0b6e533d3cd Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Sat, 21 Oct 2006 20:20:30 +0000 Subject: 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 --- src/lib/ccapi/NTMakefile | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 src/lib/ccapi/NTMakefile (limited to 'src/lib/ccapi/NTMakefile') 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) .. - - -- cgit