# $Header: /afs/sipb/project/sipb-athena/src/moira/clients/userreg/RCS/Imakefile,v 1.3 1995/10/28 08:41:28 svalente Exp $
#
# Copyright 1990 by the Massachusetts Institute of Technology.
#
# For copying and distribution information,
# please see the file <mit-copyright.h>.
#
# 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
LOCAL_INCLUDE= $(CURSESINC)

#ifdef __NetBSD__
OSLIBS=-lcrypt
#endif

program(userreg, ${OBJS},${MR_LIBDEP} ${GDB_LIBDEP}, -lkadm ${CLIBS} ${OSLIBS} ${CURSES},${PROGDIR})

depend:: ${CODE}
