# $Header$ # # Copyright 1990 by the Massachusetts Institute of Technology. # # For copying and distribution information, # please see the file . # # Imakefile for userreg. # SRCS= disable.c display.c reg_stubs.c userreg.c SRCDIR=${SRCTOP}/clients/userreg TEXT= welcome network_down username_blurb password_blurb improper_reg \ deleted_acct not_allowed CODE=${SRCS} ${TEXT} Imakefile files.h userreg.h OBJS= userreg.o display.o reg_stubs.o disable.o program(userreg, ${OBJS},${MR_LIBDEP} ${GDB_LIBDEP}, -lkadm ${CLIBS} ${CURSES},${PROGDIR}) depend:: ${CODE}