]> andersk Git - moira.git/blame - clients/addusr/Imakefile
update for dirremote->dirmailhide
[moira.git] / clients / addusr / Imakefile
CommitLineData
93d0b3bf 1# $Header$
2#
3# Copyright 1992 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 addusr.
9#
10
11SRCS=addusr.c
12SRCDIR=${SRCTOP}/clients/addusr
13CODE=${SRCS} Imakefile
14OBJS=addusr.o reg_stubs.o
15
85330553 16program(addusr,${OBJS},${MR_LIBDEP}, -lkadm ${CLIBS} ${CRYPT},${PROGDIR})
93d0b3bf 17
18reg_stubs.c: ../userreg/reg_stubs.c
19 cp ../userreg/reg_stubs.c reg_stubs.c
This page took 0.097548 seconds and 5 git commands to generate.