]> andersk Git - moira.git/blob - clients/addusr/Imakefile
edbcd322e5051de2775c248eb003fd69ac128968
[moira.git] / clients / addusr / Imakefile
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
11 SRCS=addusr.c
12 SRCDIR=${SRCTOP}/clients/addusr
13 CODE=${SRCS} Imakefile
14 OBJS=addusr.o reg_stubs.o
15
16 program(addusr,${OBJS},${MR_LIBDEP}, -lkadm ${CLIBS} ${CRYPT},${PROGDIR})
17
18 reg_stubs.c: ../userreg/reg_stubs.c
19         cp ../userreg/reg_stubs.c reg_stubs.c
This page took 0.026204 seconds and 3 git commands to generate.