]> andersk Git - moira.git/blob - clients/userreg/Imakefile
2556fb8c630143becb28f19c3db72b9d521b2baf
[moira.git] / clients / userreg / Imakefile
1 # $Header$
2 #
3 # Copyright 1990 by the Massachusetts Institute of Technology.
4 #
5 # For copying and distribution information,
6 # please see the file <mit-copyright.h>.
7 #
8 # Imakefile for userreg.
9 #
10
11 SRCS=   disable.c display.c reg_stubs.c userreg.c
12 SRCDIR=${SRCTOP}/clients/userreg
13 TEXT= welcome network_down username_blurb password_blurb improper_reg \
14         deleted_acct not_allowed
15 SCRIPTS= register xregister
16 CODE=${SRCS} ${TEXT} ${SCRIPTS} Imakefile files.h userreg.h
17 OBJS=   userreg.o display.o reg_stubs.o disable.o
18
19 program(userreg, ${OBJS},${MR_LIBDEP} ${GDB_LIBDEP}, -lkadm ${CLIBS} ${CRYPT} ${CURSES},${PROGDIR})
20
21 depend:: ${CODE}
This page took 0.161188 seconds and 3 git commands to generate.