]> andersk Git - moira.git/blame - clients/userreg/Imakefile
Fix allocation strategy in setup_ahst(); shouldn't be redefining the argv
[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
15CODE=${SRCS} ${TEXT} Imakefile files.h userreg.h
16OBJS= userreg.o display.o reg_stubs.o disable.o
17
5bce8a38 18program(userreg, ${OBJS},${MR_LIBDEP} ${GDB_LIBDEP}, -lkadm ${CLIBS} ${CURSES},${PROGDIR})
6fe4d439 19
20depend:: ${CODE}
This page took 0.060276 seconds and 5 git commands to generate.