# $Header: /afs/sipb/project/sipb-athena/moira/clients/addusr/RCS/Imakefile,v 1.3 1995/01/14 17:03:49 ghudson Exp $
#
# Copyright 1992 by the Massachusetts Institute of Technology.
#
# For copying and distribution information,
# please see the file <mit-copyright.h>.
#
# Imakefile for addusr.
#

SRCS=addusr.c
SRCDIR=${SRCTOP}/clients/addusr
CODE=${SRCS} Imakefile
OBJS=addusr.o reg_stubs.o

#ifdef __NetBSD__
OSLIBS=-lcrypt
#endif

program(addusr,${OBJS},${MR_LIBDEP} ${GDB_LIBDEP}, -lkadm ${CLIBS} ${OSLIBS},${PROGDIR})

reg_stubs.c: ../userreg/reg_stubs.c
	rm -f reg_stubs.c; cp ../userreg/reg_stubs.c reg_stubs.c
