head	1.3;
access;
symbols;
locks; strict;
comment	@# @;


1.3
date	95.01.14.17.03.49;	author ghudson;	state Exp;
branches;
next	1.2;

1.2
date	94.08.07.19.09.48;	author svalente;	state Exp;
branches;
next	1.1;

1.1
date	94.08.05.02.14.23;	author svalente;	state Exp;
branches;
next	;


desc
@Imakefile
@


1.3
log
@Need -lcrypt for NetBSD.
@
text
@# $Header: /afs/sipb/project/sipb-athena/moira/clients/addusr/RCS/Imakefile,v 1.2 1994/08/07 19:09:48 svalente Exp ghudson $
#
# 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
@


1.2
log
@Fixed a bug in copying a (mode 444) file.
@
text
@d1 1
a1 1
# $Header: /afs/sipb/project/sipb-athena/moira/clients/addusr/RCS/Imakefile,v 1.1 1994/08/05 02:14:23 svalente Exp svalente $
d16 5
a20 1
program(addusr,${OBJS},${MR_LIBDEP} ${GDB_LIBDEP}, -lkadm ${CLIBS},${PROGDIR})
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
# $Header: /afs/athena.mit.edu/astaff/project/moiradev/src/clients/addusr/RCS/Imakefile,v 1.1 92/07/06 15:09:04 mar Exp $
d19 1
a19 1
	cp ../userreg/reg_stubs.c reg_stubs.c
@
