head	1.3;
access;
symbols;
locks; strict;
comment	@# @;


1.3
date	95.10.28.08.41.28;	author svalente;	state Exp;
branches;
next	1.2;

1.2
date	95.01.14.17.02.39;	author ghudson;	state Exp;
branches;
next	1.1;

1.1
date	95.01.14.17.02.02;	author ghudson;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Added -I flags for curses.
@
text
@# $Header: /afs/sipb/project/sipb-athena/src/moira/clients/userreg/RCS/Imakefile,v 1.2 1995/01/14 17:02:39 ghudson Exp svalente $
#
# 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}
@


1.2
log
@Need -lcrypt for NetBSD.
@
text
@d1 1
a1 1
# $Header: /afs/sipb/project/sipb-athena/moira/clients/userreg/RCS/Imakefile,v 1.1 1995/01/14 17:02:02 ghudson Exp ghudson $
d17 1
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
# $Header: /afs/athena.mit.edu/astaff/project/moiradev/src/clients/userreg/RCS/Imakefile,v 1.5 92/11/07 22:41:43 probe Exp $
d18 5
a22 1
program(userreg, ${OBJS},${MR_LIBDEP} ${GDB_LIBDEP}, -lkadm ${CLIBS} ${CURSES},${PROGDIR})
@
