]> andersk Git - moira.git/blame - clients/userreg/Imakefile
update for dirremote->dirmailhide
[moira.git] / clients / userreg / Imakefile
CommitLineData
0631d2a6 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
11SRCS= disable.c display.c reg_stubs.c userreg.c
12SRCDIR=${SRCTOP}/clients/userreg
13TEXT= welcome network_down username_blurb password_blurb improper_reg \
14 deleted_acct not_allowed
c4f799ea 15SCRIPTS= register xregister
16CODE=${SRCS} ${TEXT} ${SCRIPTS} Imakefile files.h userreg.h
0631d2a6 17OBJS= userreg.o display.o reg_stubs.o disable.o
18
85330553 19program(userreg, ${OBJS},${MR_LIBDEP}, -lkadm ${CLIBS} ${CRYPT} ${CURSES},${PROGDIR})
6fe4d439 20
21depend:: ${CODE}
This page took 2.544314 seconds and 5 git commands to generate.