]> andersk Git - moira.git/blobdiff - afssync/Imakefile
Remove `delete_user_by_uid' since it's never been used in any logs we have,
[moira.git] / afssync / Imakefile
index c27e135e04bbe3c2bdf332c80aa8f3cb34fde9bc..a6b64cb279a72c7886ac28d71d364c5c56aa9022 100644 (file)
@@ -6,9 +6,9 @@ LIBS= -L../lib -L/usr/athena/lib -lmoira -lcom_err -lkrb -ldes ${DBLIBS}
 
 OBJS= ptutils.o utils.o ubik.o
 SRCS= ptutils.c utils.c ubik.c
-CODE= $(SRCS) migrate.qc sync.dc
+CODE= $(SRCS) sync.pc
 
-AFSDIR = /mit/afsdev/bld/dest
+AFSDIR = /mit/afsuser
 AFSLIBS=$(AFSDIR)/lib/afs/libprot.a   $(AFSDIR)/lib/afs/libauth.a \
        $(AFSDIR)/lib/libubik.a       $(AFSDIR)/lib/afs/util.a \
        $(AFSDIR)/lib/librxkad.a      $(AFSDIR)/lib/afs/libsys.a \
@@ -21,4 +21,3 @@ genutil(pt_util,pt_util.o $(OBJS),,$(AFSLIBS) -L../lib -L/usr/athena/lib -lcom_e
 /* genutil(ptdump,ptdump.o $(OBJS),,) */
 
 sqlfile(sync)
-sqlfile(migrate)
This page took 0.046658 seconds and 4 git commands to generate.