]> andersk Git - moira.git/blob - clients/userreg/Imakefile
Initial revision
[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 CODE=${SRCS} ${TEXT} Imakefile files.h userreg.h
16 OBJS=   userreg.o display.o reg_stubs.o disable.o
17
18 program(userreg, ${OBJS},${MR_LIBDEP} ${GDB_LIBDEP}, ${CLIBS}, ${PROGDIR})
This page took 0.042877 seconds and 5 git commands to generate.