*** orig/openafs-1.2.9-rc1/src/butc/Makefile.in	Mon Jan 13 18:47:20 2003
--- openafs-1.2.9-rc1/src/butc/Makefile.in	Tue Feb  4 15:30:23 2003
***************
*** 23,34 ****
  RXGEN=${TOP_SRCDIR}/rxgen/rxgen
  TOP_SRCDIR=@TOP_SRCDIR@
  SYS_NAME=@AFS_SYSNAME@
  
  SHELL = /bin/sh
  
  include ../config/Makefile.${SYS_NAME}
  
! CFLAGS=-g -w ${INCDIRS} ${XCFLAGS}
  
  INCDIRS=-I${TOP_SRCDIR}/config -I${TOP_INCDIR}/afs \
  	-I${TOP_INCDIR}/rx -I${TOP_INCDIR}
--- 23,35 ----
  RXGEN=${TOP_SRCDIR}/rxgen/rxgen
  TOP_SRCDIR=@TOP_SRCDIR@
  SYS_NAME=@AFS_SYSNAME@
+ XBSA_FLAGS=@XBSA_CFLAGS@
  
  SHELL = /bin/sh
  
  include ../config/Makefile.${SYS_NAME}
  
! CFLAGS=-g -w ${INCDIRS} ${XCFLAGS} ${XBSA_FLAGS}
  
  INCDIRS=-I${TOP_SRCDIR}/config -I${TOP_INCDIR}/afs \
  	-I${TOP_INCDIR}/rx -I${TOP_INCDIR}
***************
*** 70,76 ****
  TESTOBJS=test.o
  
  SOBJS=dbentries.o tcprocs.o lwps.o tcmain.o list.o recoverDb.o tcudbprocs.o \
! 	dump.o tcstatus.o
  
  all: butc read_tape
  
--- 71,77 ----
  TESTOBJS=test.o
  
  SOBJS=dbentries.o tcprocs.o lwps.o tcmain.o list.o recoverDb.o tcudbprocs.o \
! 	dump.o tcstatus.o butc_xbsa.o
  
  all: butc read_tape
  
***************
*** 96,101 ****
--- 97,103 ----
  tcudbprocs.o: tcudbprocs.c ${INCLS}
  dump.o: dump.c ${INCLS}
  tcstatus.o: tcstatus.c ${INCLS}
+ butc_xbsa.o: butc_xbsa.c ${INCLS}
  
  read_tape: read_tape.c
  	${CC} ${CFLAGS} -o read_tape read_tape.c \
