# $Header$ # # Copyright 1992 by the Massachusetts Institute of Technology. # # For copying and distribution information, # please see the file . # # Imakefile for addusr. # SRCS=addusr.c SRCDIR=${SRCTOP}/clients/addusr CODE=${SRCS} Imakefile OBJS=addusr.o reg_stubs.o program(addusr,${OBJS},${MR_LIBDEP} ${GDB_LIBDEP}, -lkadm ${CLIBS} ${CRYPT},${PROGDIR}) reg_stubs.c: ../userreg/reg_stubs.c cp ../userreg/reg_stubs.c reg_stubs.c