echo Not building MT libadmin for ${SYS_NAME} ;; \
esac
-finale: project cmd comerr afsd allrcmds butc tbutc libafs libuafs audit kauth log package \
+finale: project cmd comerr afsd allrcmds butc tbutc libuafs audit kauth log package \
ptserver scout bu_utils ubik uss bozo vfsck volser \
venus update xstat afsmonitor dauth tests libafsrpc \
libafsauthent libadmin
--- /dev/null
+Index: src/ptserver//ptserver.c
+===================================================================
+RCS file: /afs/sipb.mit.edu/project/openafs/debian/cvs/openafs/src/ptserver/ptserver.c,v
+retrieving revision 1.1.1.5
+diff -u -r1.1.1.5 ptserver.c
+--- src/ptserver//ptserver.c 5 Jul 2001 01:03:41 -0000 1.1.1.5
++++ src/ptserver//ptserver.c 5 Jul 2001 02:58:45 -0000
+@@ -43,6 +43,7 @@
+ extern afs_int32 ubik_lastYesTime;
+ extern afs_int32 ubik_nBuffers;
+
++extern int afsconf_ClientAuth();
+ extern int afsconf_ServerAuth();
+ extern int afsconf_CheckAuth();
+
+@@ -255,6 +256,7 @@
+ sc[0] = rxnull_NewServerSecurityObject();
+ sc[1] = 0;
+ if (kerberosKeys) {
++ extern int afsconf_GetKey();
+ sc[2] = rxkad_NewServerSecurityObject
+ (0, prdir, afsconf_GetKey, (char *)0);
+ }
+++ /dev/null
-# AFS_OSTYPE used to indicate suffixes and os specific subdirectories.
-AFS_OSTYPE = LINUX
-
-# Base directory for linux kernel source. Actually a prefix which is complete
-# when LINUX_VERS is appended to it.
-LINUX_SRCDIR = $(KSRC)
-# Default list of Linux kernels to build. Build will run only if all
-# can be built. To build a different set, specify LINUX_VERS to make.
-LINUX_VERS = $(KVERS)
-
-#
-# compilation and link editor flags
-DBG=-g
-OPTMZ=-O2
-PAM_CFLAGS = -O2 -Dlinux -DLINUX_PAM -fPIC
-# Put -O2 here to _ensure_ all Makefiles pick it up.
-XCFLAGS= -O2
-MT_CFLAGS=-DAFS_PTHREAD_ENV -pthread -D_REENTRANT ${XCFLAGS}
-XLDFLAGS=
-SHARE_LDFLAGS = -shared -Xlinker -x
-SHLIB_SUFFIX=so
-SHLIB_CFLAGS=
-#
-# libraries
-MTLIBS=-lpthread
-TXLIBS= /usr/lib/libncurses.so
-XLIBS=
-#
-# programs
-AR=ar
-AS=as
-CP=cp
-INSTALL=${DESTDIR}bin/install
-LD=ld
-MT_CC=cc
-MV=mv
-RANLIB=ranlib
-RM=rm
-WASHTOOL=${SRCDIR}bin/washtool
-#
-# Other OS specific requirements
-#
-YACC = bison -y
-LEX = flex -l
-# Used in des library.
-CRYPT_OBJ = crypt.o
AR=ar
AS=as
CP=cp
-INSTALL=install
LD=ld
MT_CC=cc
MV=mv
extern afs_int32 ubik_lastYesTime;
extern afs_int32 ubik_nBuffers;
+extern int afsconf_ClientAuth();
extern int afsconf_ServerAuth();
extern int afsconf_CheckAuth();
sc[0] = rxnull_NewServerSecurityObject();
sc[1] = 0;
if (kerberosKeys) {
+ extern int afsconf_GetKey();
sc[2] = rxkad_NewServerSecurityObject
(0, prdir, afsconf_GetKey, (char *)0);
}